Eclipse颜色设置

这两天开始学习使用Eclipse,这确实是个非常强大好用的JAVA开发工具,我下载来的是英文版的,也真的很考验英文水平啊,嘿嘿

 

因为之前都是用EditPlus,并且界面颜色都调过的也都习惯了,乍一用Eclipse的默认环境还真是不习惯,所以就想着把颜色什么的都调一调,无奈英文水平实在一般

还是翻了好多资料才弄好,以下内容有些是自己摸索的有些是网上借鉴的,写下来算是备忘:

 

先贴效果图再说吧:

 

首先说明,颜色全凭个人喜好设置

颜色的设置主要有以下几个地方:

1.Windows -> Preferences -> General -> Appearance -> Colors and Font

      basic -> Text Font

      这里可以设置字体

2.Windows -> Preferences -> General -> Editors -> Text Editors

      Line number foreground行号前景色设置
      Current line highlight当前行高亮颜色设置
      Print margin打印页边距颜色设置
      Find scope查找作用域颜色设置
      Selection foreground color选择的内容的前景色设置
      Selection background color选择的内容的背景色设置
      Background color背景色设置
      Foreground color前景色设置
      Hyperlink超链接颜色设置

3.Windows -> Preferences -> General -> Editors -> Text Editors -> Annotations

       这里设置注释相关的颜色

4.Windows -> Preferences -> Java -> Editor -> Syntax Coloring

       这里是设置的重头戏,大部分的语法颜色都在这设置

       要逐项的细细查看

5.Windows -> Preferences -> Java -> Editors -> Properties Files Editor

      Properties文件颜色设置

6.windows-> preferences->java->Editor->Mark Occurences

      这里是高亮显示相同的变量的设置位置,颜色设置在

       Windows -> Preferences -> General -> Editors -> Text Editors -> Annotations -> Occurrences

7.Windows -> Preferences -> Run/Debug

       Run/Debug相关设置,输出控制台的颜色设置在下面的Console子项

 

以上!

你可能感兴趣的:(Eclipse)