首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

MyEclipse 容易优化整理

2013-09-09 
MyEclipse 简单优化整理一、Myeclipse10修改字体 Eclipse的Preferences-〉general-〉 Appearance-Colors and

MyEclipse 简单优化整理

一、Myeclipse10修改字体

Eclipse的Preferences-〉general-〉 Appearance->Colors and Fonts ->右侧 Basic Text Font

 

二、修改Myeclipse编码方式:text+jsp

1.  window-->preferences-->搜索JSP-->Myeclipse-->Files and Editors-->JSP-->encoding-->UTF-8
2.  window-->preferences-->General-->Workspace-->Text file encoding-->Other-->UTF-8

 

三、myeclipse修改Jboss内存大小
myeclipse菜单栏:Preferences-->搜索Jboss-->Jboss7.X下-->JDK--Optional java VM arguments加入如下代码:
-Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m

 

四、关闭updating indexes
Window > Preferences > Myeclipse> Maven4Myeclipse >

右侧 禁用Download repository index updates on startup 。

 

五 、关闭MyEclipse的自动validation
windows–>perferences–>myeclipse–>validation
把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator

 

六 、关闭拼写检查
个人觉得拼写检查没有什么必要,所以关掉。

windows–>perferences–>general–>Editors->Text Editors->spelling -->Enable spell checking

 

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

Window > Preferences > General > Startup andy Shutdown 在这里列出的是MyEclipse启动时加载的模块 ,

里面有很多是重复的,例如Tomcat有好几个,我用的是Tomcat 7.0 所以我把其他的Tomcat都关了,

同理,还有一些其他的相同,这是版本不同的,也可以关掉一些。

 

八、修改编辑区的背景

General->Editors->Text Editors -> 右侧 Background color

 

热点排行