java:Eclipse工具选项设置
1.设置JDK版本
window -- Preferences -- Java--Compiler
2.行号的显示和隐藏
* 显示:在代码区域的最左边的空白区域,右键 -- Show Line Numbers即可。
* 隐藏:把上面的动作再做一次。
3.字体大小及颜色
3.1:Java代码区域的字体大小和颜色:
* window -- Preferences -- General -- Appearance -- Colors And Fonts --Java修改 -- Java Edit Text Font
3.2 控制台字体大小
* window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font
3.3 其他文件
* window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font
4.恢复默认窗口布局
* window -- Perspective -- Reset Perspective
5.控制台找不到
* Window--Show View—Console
6.去掉代码悬浮框展示
* window -- Preferences -- Java--Editor--Hovers。右边将Combined Hover勾去掉。