Eclipse常用设置

一、背景色设置:

1、依次点击Window -Preference -General -Editors -Text Editors,右边出现Text Editors的面板, 面板中有这样一个选项:Appearance color options,其中是各种板块颜色的设置,其中有一项是background color(背景色设置)

2、选中background color,勾掉System Default,点击color颜色块,将出现颜色选择面板

3、点击 规定自定义颜色,设置 色调:84,饱和度:91,亮度:205 ; 红:204,绿:232,蓝:207,点击确定,即可完成背景色的设置

通过设置Eclipse的背景色,来达到保护眼睛的效果

二、java文件大小设置

1、依次点击Window -Preference -General -Appearance -Colors   and   Fonts -Java -Java Editor Text Font 

2、点击右边Edit按钮,设置java文件大小

三、jsp、xml文件大小设置

1、依次点击Window -preferences -General -Appearance -Colors   and   Fonts -Basic -Text Font

2、点击右边Edit按钮,设置jsp、xml文件大小

四、工程、java类文件编码设置

1、依次点击Window -preferences -Workspace,右侧Text file encoding,选择other,修改为UTF-8,即可将工程编码设置为UTF-8

2、依次点击Window -preferences -Content Types,右侧Text,点击展开选中Java Source File,在其下方Default encoding,输入UTF-8,点击Update,即可将java类文件编码设置为UTF-8

 

你可能感兴趣的:(eclipse)