常用的Eclipse设置

每次新建work space的时候,我都要修改一些默认设置,每次都要花一些时间找在哪里设置,总结如下。

启动加速

1. 去掉XML Validataion

  Windows --> Preferences 里搜索Validation, 然后勾选Suspend all validators, 也可以根据需要去掉一些用不着的Validation。    

2. 去掉eclipse启动项的加载

  windows->Preferences->General->Startup and Shutdown,将不需要的加载项去掉,我几乎去掉了所有的启动项。

 设置字体和背景色

 1. 设置字体

  Windows --> Preferences --> General --> Apperance --> Colors and Fonts里,编辑右边的Basic --> Text Font

2. 设置背景色

   Eclipse默认的背景色为白色,比较刺眼。 Windows --> Preferences --> General --> Editors --> Text Editors, 编辑右边的Background color选项,建议值为色调:85。饱和度:123。亮度:205。

原文地址:https://www.cnblogs.com/kabi/p/6698218.html