myeclipse 优化配置

Window-->Preferences

一、General --> Workspace --> Text file enconding 

设置为utf-8

二、General --> Editors--> Text Editors-->Spelling

取消勾选Enable spell checking

三、General > Editors > File Associatioin

1.htm、html改成MyEclipse HTML Editor (中间不要有Visual)

2.Jsp也改成 MyEclipse JSPEditor (中间不要有Visual)

四、Files and Editors-->JSP

Encoding改成ISO10646/Unicode(UTF-8)

五、Files and Editors-->HTML-->HTML Source

Prompt when these characters are inserted 填写26字母

六、Java-->Editors -->Content Assist(XML也是这样)

Auto activation triggers for Java 填写26字母

七、 禁用updating indexes

Maven

禁用Download repository index updates on startup

八、关闭MyEclipse的自动validation

 validation

将Build下全部勾取消

如果你需要验证某个文件的时候,我们可以单独去验证它。方法是:

在需要验证的文件上( 右键 -> MyEclipse -> Run Validation)。

九、启动优化,关闭不需要使用的模块

Window > Preferences > General > Startup andy Shutdown

在这里列出的是MyEclipse启动时加载的模块

十、禁止myeclipse开启时自动打开dashboard页面

把右下角的Don't show dashboard on startup勾上就OK了

十一、SVN在线安装地址:http://subclipse.tigris.org/update_1.12.x

十二、springMVC在线安装地址:http://download.springsource.com/release/TOOLS/update/e4.6/

猜你喜欢

转载自blog.csdn.net/qq_36797286/article/details/80647614