Posted on 2012-10-19 15:06
谁用我名字啦? 阅读(126)
评论(0) 编辑 收藏 所属分类:
工具优化
1.修改文件默认编码
Windows->Preferences->General->Content Types->Text
2.修改JSP或其他文件默认代打开方式
Windows->Preferences->General->Editors->File Associations
3.关闭拼写检查
Windows->Preferences->General->Editors->Text Editors->Spelling->去掉Enable spell checking选项
4.启动优化启动优化启动优化启动优化
Window > Preferences > General > Startup andy Shutdown 在这里列出的是MyEclipse启动时加载的模块。
5.关闭updating indexes
Window > Preferences > Myeclipse > Maven4Myeclipse > Maven>
6.关闭MyEclipse的自动validation
windows > perferences > myeclipse > validation
validation有很多,包括xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下,速度将很快提升好几个档次。
将Build下全部勾取消,如果你需要验证某个文件的时候,我们可以单独去验证它。方法是:在需要验证的文件上( 右键 -> MyEclipse -> Run Validation 。
7.设置新建类注释
Window->preferences->java->code style ->codeTemplates->code->new Java files
${filecomment}
${package_declaration}
/**
* @className:${file_name}
* @classDescription:
* @author:yourname
* @createTime:${date} ${time}
*/
${typecomment}
www.2cto.com${type_declaration}