eclipse加速
1、eclipse Building workspace比较慢的问题
在eclipse的安装目录下,找到eclipse.ini配置文件,修改:
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
为
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx768m
Window -> Preferences -> General -> Workspace => Build automatically反选。
2、显示内存的使用情况(可手动GC)
Window -> Preferences -> General => 将Show heap status勾选中。
这样在eclipse右下方可看到内存的使用情况。
3、减少eclipse启动后自动启动的插件
Window -> Preferences -> General -> Startup and Shutdown => 将不需要启动的插件反选。
例如:Mylyn Tasks UI等。
4、保存自己的Perspective
Window -> Save Perspective As... 为创建的Perspective命名
Window -> Open Perspective -> Other... 选中自己自定义的Perspective点击OK按钮即得到设置的Perspective。
eclipse背景颜色修改
1、打开window->Preference,弹出Preference面板
2、展开General标签,选中Editors选项,展开。
3、选中 Text Editors,右边出现Text Editors面板。 面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,其中有一项是background color,根据自己的喜好选择颜色。
4、 选中background color,勾掉System Default,点击'color',弹出颜色选择面板,选择喜好的颜色,单击确定。
5、返回Text Editors,单击Apply即可。展开Text Editors,还有其他选项,比如对错误提示的颜色样式,如果你对此感兴趣也可尝试更改一下。
背景颜色向你推荐:色调:85。饱和度:1 2 3。亮度:2 0 5
参考地址:http://blog.youkuaiyun.com/songxingfeng/article/details/7790582