进入MyEclipse界面
1、取消validation校验
这些文件没有必要进行自动校验,需要时进行手动校验即可(需要校验的文件右键---> MyEclipse ---> validation)
将Manual一列复选框选中,其他都不选
windows–>perferences–>myeclipse–>validation
2、去掉MyEclipse拼写检查
没什么用,有时候还会有些不必要的麻烦
windows–>perferences–>general–>validation->editors->Text Editors->spelling
3、选择MyEclipse运行启动项
里边很多是我们不比启动的选项,全部去掉,用什么勾什么(如:Tomcat、JBoss等)
windows–>perferences–>general–>startup and shutdown
4、Myeclipse10修改字体
MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉 Appearance->Colors and Fonts 中并没有找到Courier New字体,它采用的是Consolas字体,中文看着非常小非常别扭,在Windows7下,系统自带虽然有Courier New字体,但是并没有激活显示,需要手动激活,才能在软件中使用
激活方法如下:
在win7的控制面板->字体,找到Courier New,右键,显示。 Courier 常规 ,右键,显示。
window-->preferences-->搜索font-->Color and Font-->Basic-->Text Font-->Edit--> 字体什么的自己选吧
5、myeclipse修改jsp、xml默认打开方式
window-->preferences-->General-->Editors-->File Associations-->选择File Type-->
Associated editors选择默认的打开方式(Default)
6、Myeclipse修改编译兼容级别_Compiler compliance Level
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.6
7、myeclipse修改Jboss内存大小
myeclipse菜单栏:Preferences-->搜索Jboss-->Jboss7.X下-->JDK--Optional java VM arguments加入如下代码:
-Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m