颜色设置
(1) eclipse背景颜色修改
Window->Preference->General->Editors-> Test Editors-> Appearance color options(右边面板下面)-> background color(选择)(勾掉System Default,点击'color',弹出颜色选择面板,选择喜好的颜色)
操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,推荐非常柔和的豆沙绿色(色调:85。饱和度:1 2 3。亮度:2 0 5 ),这个色调是眼科专家配置的,长时间使用会很有效的缓解眼睛疲劳保护眼睛。
(2)当前选中行的颜色
Window->Preference->General->Editors-> Test Editors-> Appearance color options(右边面板下面)-> Current line highlight(Appearance color options面板上还有其他的选择,根据自己喜好设置)
(3)改变字体的颜色
windows->Preferences->Java->Editor->Syntax Coloring
右边选择Java然后可以自由选择颜色了
3.1 Syntax Coloring –>Classes (类名的颜色)
3.2 Syntax Coloring –> KeyWord 'return'(关键字'return')
3.3 Syntax Coloring –>Method(方法)
…(选择其他的字段进行设置)
(4)选择某方法,相同方法颜色变成一样
Window->Preferences->General->Editors->Text Editors->Annotations ->Occurrences ->Color此设置比较有用(Annotations下还有其他的设置)
Eclipse自动补全设置
实现输入任意字母均可出现代码补全提示框。
Window->Preference->Java->Editor->Content Assist(看到右边的面板)-> Auto Activation-> Auto activation triggers for Java:”(可以看到设置框中默认的只有 ".",这就是为什么默认只有点“."可以触发自动补全窗口了)->在”.”后面添加“abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ”(中间不要有空格)
方法1:
进入 Window > Preferences > General > Startup and Shutdown选中 Prompt for workspace on startup。
方法2:
进入Eclipse的安装目录,找到configuration目录下的 .settings文件夹,里面有一个 org.eclipse.ui.ide.prefs,用Ultra Edit等打开,也可以用写字板打开,找到RECENT_WORKSPACES,按照它的格式修改一下。
方法3:
先打开Eclipse,进入之后,再去打开一次,会提示 Workspace in use or cannot be created, choose a different one 。这时候就会提示你更改workspace的目录了。
Eclipse环境规范化
1.类注释:
windows---->Preferences--->Java---->Code Style(修改模板头自己名字中文)复制过来。
(快捷键:Alt+Shift+J)
2.代码风格:
Windows---->Preferences--->Java---->Code Style-->Code Templates
点击右侧的Import将这个文件导入进来即可。
(快捷键:Ctrl+Shift+F)
或者(本人电脑):Windows---->Preferences--->Java---->Code Style-->Formatter
点击右侧的Import将这个文件导入进来即可。
Jtest level文件导入
Jtest->Jtest configuration->User-Defined(单击右键选择)-> Import(选择要导入的文件)初次导入的代码的包显示的很长,需要设置View Menu(左边树右上有的三角)->Package Presentation->Hierarchical