【前言】html
为何个人myeclipse开启速度那么慢,为何别人能哗啦啦几个快捷键打出一片代码?刚开始使用myeclipse的时候,相信你们都有这个疑问,慢慢的,也懂得一些配置,我也不例外,在此,把经常使用的配置作下随笔,方便查阅。java
【外观篇】windows
1、改变字体app
Window-->preference-->general-->appearance-->colors and fonts-->这里有各个编译环境的字体的设置。eclipse
2、改变编辑界面的背景jsp
下载主题: theme-1.epf 我下载后上传的theme-1.epf字体
File-->import-->general-->preferences-->browse-->选择你下载的epf文件-->finish编码
【环境篇】url
1、改变默认文件的打开方式spa
window-->preferences-->General-->Editors-->File Associations-->选择File Type-->Associated editors选择默认的打开方式(Default)
2、改变编译环境
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.7
3、修改某些文件的编码方式
window-->preferences-->搜索jsp(或html或其余)-->myeclise-->file and editors-->jsp(或html或其余)-->encoding -->修改为本身想要的编码格式
【速度篇】
1、关闭自动检验
windows-->perferences-->myeclipse-->validation-->把除了class下面的classpath dependency Validator的勾外,其余所有禁掉,若是某个文件须要检验,直接右键-->myeclipse-->run validation
2、关闭不能使用的模块
Window--> Preferences --> General --> Startup andy Shutdown,里面不少都用不到,若是没使用到的请关闭。
3、关闭拼写检查
window-->general-->editors-->text editors-->spelling-->enable spell checking的勾去掉。
4、加大JVM非堆内存
myeclipse安装目录-->myeclipse.ini-->增大-XX:MaxPermSize至384以上
【经常使用热键篇】
你们还有什么常常使用到的(不要大全^_^),欢迎提出建议,万分感谢!