这两天开始学习使用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颜色设置】以上!
推荐阅读
- java简介|Java是什么(Java能用来干什么?)
- java|My GrokTalk-十分钟内十种工具
- Eclipse中打开windows资源管理器或打开文件夹的设置!(实例)
- 在Eclipse中快速定位当前文件所在位置
- Android|Android 开发IDE之(Eclipse 和 Android Studio )
- JDK|jdk与jre的区别
- starteam|starteam的eclipse插件
- Android|更改系统给APP应用分配最大的内存空间
- arduino|【arduino】arudino开发ESP32 SPIFFS文件上传方法
- 更改Eclipse下Tomcat的部署目录 ,防止上传的文件是到eclipse的克隆的tomcat上的webapp,而不是tomcat本身的webapp