myeclipse10 优化设置

http://it.oyksoft.com/post/5898/

一、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--> Courier New-->常规-->10

二、Myeclipse关闭自动更新  

Window->Preferences->MyEclipse->Maven4MyEclipse

取消勾选”Download repository indexupdates on startup”


三、关闭MyEclipse的自动validation
      windows > perferences > myeclipse > validation,Build只保留“classpath dependencyValidator”选项,其他全部勾取消
      如果你需要验证某个文件的时候,我们可以单独去验证它。方法是:
      在需要验证的文件上( 右键 -> MyEclipse -> Run   Validation )。

  视情况酌情考虑!


四、取消启动不必要的组件
1)Window > Preferences > General > Startup andy Shutdown
看截图,我这里把这几项的勾去掉了,以MyEclipse EASIE开头的都是服务器。
点击在新窗口中浏览此图片
2)window->Perferences->MyEclipse->Maven4MyEclipse 勾上 Enable Maven4MyEclipse featrures ;确定关闭窗口;该步骤是为了显示第3步中的Maven节点

3)window->Perferences->MyEclipse->Maven4MyEclipse  勾掉 Download repository index updates on startup


五、Myeclipse取消拼写错误验证

Window->Preferences->General->Editors->Text Editors->Spelling

取消勾选"Enable spell checking"

、JSP、XML等文件类型默认打开方式的修改
windows–>perferences–>general–>editors->file associations选择*.xml,选择myeclipse xml editor点default,
*.jsp则选 myeclipse jsp editor点default

 

、编码格式修改
windows–>perferences–>general–>Content Types,将需要修改的类型修改成UTF-8

windows–>perferences–>general–>Workspace,将工作空间中的文本文件的编码格式改为UTF-8


、启动参数调整
打开 myeclipse.ini
 在-vmargs下面增加如下设置(根据个人电脑配置进行设置)
-Xms512m
-Xmx1024m
-XX:PermSize=128m
-XX:MaxPermSize=256m
将这三项的值调大,但并不是越大越好,曾经在相同的条件下做过测试(内存2GB),-Xmx,-XX:MaxPermSize的值为384m时比512m时要快(视具体的计算机而定),
-Xmx,-XX:MaxPermSize 的值设为同样大小且两者之和不能超出你的计算机本身的内存大小



posted @ 2016-10-22 00:08  路途寻码人  阅读(2865)  评论(0编辑  收藏  举报