码迷,mamicode.com
首页 > 系统相关 > 详细

修改Eclipse中格式化时默认行长度

时间:2014-12-03 01:37:36      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:style   sp   java   for   bs   代码   html   ef   line   

eclipse 默认设置的换行长度, 格式化代码后,经常换行,非常难看。

 

1.Java代码 打开Eclipse的Window菜单,然后

Preferences->Java->Code Style->Formatter->Edit ->Line Wrapping->Maximum line width:默认80

加个0,改成800就行了。(注意改Profile name)

 

2.CSS代码

Window->Preferences->Web->CSS Files->Editor->Line width:默认为72

加个0,改为720保存。

 

3.Html代码

Window->Preferences->Web->HTML Files->Editor->Line width:默认为72

加个0,改为720保存。

 

4.JSP代码

Window->Preferences->Web->JSP Files->Editor->Line width:默认为72

加个0,改为720保存。

修改Eclipse中格式化时默认行长度

标签:style   sp   java   for   bs   代码   html   ef   line   

原文地址:http://www.cnblogs.com/wanghongwei/p/4138978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!