Eclipse的关键字着色和Workspace的修改文件

 
 

自己没事写了下自己用的Eclipse的关键词着色设置,写在这里做备用. 顺便分享一下自己的成果,

 

 

 

 


效果上图所示 : 下面是具体的设置及其参数, 最后还列出了WorkSpace的修改方法和文件.

------------ PATH ------------

 


window ---> Preferences ---> Java ---> Editor ---> Syntax Coloring

 


window ---> Preferences ---> General ---> Editors ---> Text Editors

 


------------ BackColor -------

 


Line number foreground RGB(120,120,120)

Current line highlight RGB(34,34,32)

Print margin RGB(76,76,76)

Find scope RGB(25,25,25)

Selection foreground color (use System Default)

Selection background color (use System Default)

Background color RGB(25,25,25)

Foreground color RGB(255,255,255)

Hyperlink RGB(234,254,137)

 


------------ STATS -----------

 


1 : Bold

2 : Italic

3 : Strikethrough

4 : Underline

 


------------ JAVA ------------

 


Abstract method invocations RGB(241,196,54)

Annotaions RGB(100,100,100)

Brackets RGB(255,255,255)

Classes RGB(156,248,40)

Constants RGB(128,255,128)

Deprecated members RGB(255,255,255) 3

Enums RGB(64,128,0)

Fields RGB(53,122,143)

Inherited method invocations RGB(227,183,53)

Interfaces RGB(135,240,37)

Keyword return RGB(204,120,51) 1

Keyword excluding return RGB(204,120,51) 1

Local variable declarations RGB(53,122,146)

Local variable references RGB(53,122,146)

Method declarations RGB(241,196,56) 1

Methods RGB(247,197,39)

Numbers RGB(0,240,240)

Operators RGB(236,108,30)

Others RGB(255,255,255)

Parameter variables RGB(64,128,0)

Static fields RGB(192,192,192) 2

Static method invocations RGB(183,154,94) 2

Strings RGB(71,116,136)

Type arguments RGB(217,176,172)

Type variable RGB(205,177,173) 1

 

 

 

------------------- JAVADOC -----------------

 


HTML markup RGB(198,129,0) 2

Links RGB(216,192,228)

Others RGB(185,141,220)

Tags RGB(153,81,0) 2

 


------------------- Comments ----------------

 


Multi-line comment RGB(199,163,228)

Single-line comment RGB(198,171,216)

Task Tags RGB(198,171,216) 1

 


------------------ Eidtor Workspace -------------

 


eclipse\configuration\.settings\org.eclipse.ui.ide.prefs

 

posted @ 2010-03-14 18:47  梦兒~  阅读(636)  评论(2编辑  收藏  举报