1.颜色设置-调整为适合阅读的浅绿色:
(1)Window->Preferences->General->Editors->Text Editors->
a.Backgroudcolors 背景颜色 设置为RGB(204,232,207)
b.Current linehighlight当前行高亮颜色 RGB (162,215,167)
(2)Window->Preferences->General->Editors->TextEditors->Annotations
a.Occurrences 高亮辅助(145,208,151)
b.Write Occurrences 变量名 高亮辅助(145,208,151)
(3) JAVA->Editor
a.Matchingbackets highlight 括号匹配高亮颜色 (0,128,255)
b.Completionproposal background自动补全窗口的背景色(166,217,171)
最好也将系统的窗口颜色设置为同样的: win7设置如下: 控制面板\外观和个性化\个性化\窗口颜色和外观\高级外观设置\窗口颜色与外观\项目、窗口(窗口)、颜色1(L)选择(其它)将色调改为:85。饱和度:123。亮度:205\添加到自定义颜色\在自定义颜色选定点确定\确定 2. 显示行号: Window->Preferences->General->Editors->TextEditors->Show line numbers 选中此项
3. 快捷键
(1)Window->Preferences->General->Keys
a.ContentAssist 自动补全 alt+/
4.更改jsp默认打开的方式:
windows–>perferences–>general–>editors->fileassociations
选中*.jsp->在Associated editors 中将MyEclipse JSP Editor 设置为默认
5.取消eclipse的启动项
windows–>perferences–>general–>startup and shutdown
只留 MyEclipse EASIE Tomcat6 : tomcat服务
MyEclisp JSP Debug Tooling 以下
6.取消Eclipse拼写检查
windows–>perferences–>general–>Editors->Text Editors->spelling
将Enable spell checking 复选框的勾选去掉
7.取消自动validation
windows–>perferences–>MyEclipse–>Validation
将build下第一个Classpath Dependency Validator 留下,其它全部勾取消。
如果你需要验证某个文件的时候,我们可以单独去验证它。方法是:在需要验证的文件上 右键–>MyEclipse–>Run Validation
8.加大JVM的非堆内存 MyEclipse
512m
-vmargs
-Xms256m
-Xmx512m
-Duser.language=zh
-XX:PermSize=256M
-XX:MaxPermSize=512M
9.Eclipse注释模板:Window->Preference->Java->Code Style->Code Template
(1) Comments-Types 类注释
/**
* @author 你的名字
* @ClassName : ${type_name}
* @Version 版本
* @ModifiedBy 修改人
* @Copyright 公司名称
* @date ${date} ${time}