eclipse 设置
Posted violet_king
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 设置相关的知识,希望对你有一定的参考价值。
背景设置:
1、打开window->Preference,弹出Preference面板
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors面板。 面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,其中有一项是background color,根据自己的喜好选择颜色
4、 选中background color,勾掉System Default,点击‘color‘,弹出颜色选择面板,把色调调成:85 饱和度调成:123 亮度调成205 即可调成豆沙绿色了 然后点确定确定
回到Preference对话框:
1、展开Java标签 ,展开 Editor标签,点击Syntax Coloring 标签,右侧弹出选项卡。
2、点击上面小窗里的Java标签,开始更改代码颜色配置。
操作如图所示
注释 Annotations : 107 147 186 浅蓝色
2、符号 Brackets : 255 128 0 橙色
3、类名 Classes : 0 80 50 加粗 深绿色
4、常量 Constant : 202 0 202 加粗 玫瑰红
5、弃用的成员 Deprecated members : 123 23 43 中划线 加粗 咖啡色
6、枚举 Enums : 128 0 255 紫色
7、变量 Fields : 128 0 128 深紫色
8、return关键字 Keyword ‘return‘ : 255 0 85 红色 加粗
9、其他关键字 Keyword excluding ‘return‘ : 207 46 125 玫瑰红 加粗
10、方法定义 Method declarations : 255 128 64 橙色加粗
11、方法 Methods : 0 48 96 深蓝
12、数字 Numbers :42 0 255 蓝色
13、运算符 Operators : 255 128 0 橙色
14、其他 Others :78 123 0 绿色
15、静态变量 Static fields : 33 0 189 蓝色 加粗
16、字符串 Strings : 132 26 138 紫色
改好以后如下图所示。点击Apply应用。
以上是关于eclipse 设置的主要内容,如果未能解决你的问题,请参考以下文章