MyEclipse中常用设置。

1,修改格式化代码默认的代码长度

1.java代码

打开Eclipse的Window菜单,然后

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

加个0,改成140就行了。

2.CSS代码

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

加个0,改为140保存。

3.Html代码

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

加个0,改为140保存。

4.JSP代码

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

加个0,改为140保存。

 

 

你可能感兴趣的:(MyEclipse使用指南)