Eclipse安装之后的个性化配置

常用插件

SVN的主页:http://subclipse.tigris.org/

WTP插件(luna):http://download.eclipse.org/webtools/repository/luna/

Web、J2EE插件安装(kepler):http://download.eclipse.org/releases/kepler   ==>  Web, XML, Java EE and OSGi Enterprise Development

NodeJS: http://www.nodeclipse.org/updates/

性能优化

1、取消不必要的validate

  Window-->perferences-->Validation,保留Manual 列,取消Build列。

2、取消一些自动启动项

  Window-->Gennerl-->Startup and Shutdown

  如Mylyn是一个任务管理和跟踪工具。可取消。

 3、去掉拼写检查

  Window-->Perferences-->General-->Editors-->Text Editors-->Spelling-->去掉Enable spell checking

4、修改eclipse.ini文件,加大JVM的非堆内存

  -vmargs
  -Xms768m
  -Xmx768m
  -XX:PermSize=256M
  -XX:MaxPermSize=256m

个性化

1、背景保护色

  Window-->Perferences-->General-->Editors-->Text Editors-->选择Background color 设置自定义颜色rgb(199,237,204)

2、修改工作空间默认编码

  Window-->Workspace-->Text file encoding-->设置UTF-8

3、修改properties文件的默认编码

  Window-->Perferences-->General-->ContentTypes-->Text-->选择Java Properties File 设置UTF-8然后Update

 

待续……

posted @ 2014-05-23 10:51  微此人168  阅读(292)  评论(0编辑  收藏  举报