1.设置JDK版本

window -- Preferences -- Java--Compiler

java:Eclipse工具选项设置

2.行号的显示和隐藏
    * 显示:在代码区域的最左边的空白区域,右键 -- Show Line Numbers即可。
    * 隐藏:把上面的动作再做一次。

3.字体大小及颜色

3.1:Java代码区域的字体大小和颜色:
        * window -- Preferences -- General -- Appearance -- Colors And Fonts --Java修改 -- Java Edit Text Font

java:Eclipse工具选项设置

3.2 控制台字体大小

 * window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font

java:Eclipse工具选项设置

3.3 其他文件

* window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font

java:Eclipse工具选项设置

4.恢复默认窗口布局

* window -- Perspective -- Reset Perspective

5.控制台找不到

* Window--Show View—Console

6.去掉代码悬浮框展示

* window -- Preferences -- Java--Editor--Hovers。右边将Combined Hover勾去掉。

java:Eclipse工具选项设置

相关文章:

  • 2021-05-03
  • 2021-08-15
  • 2022-01-03
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-23
  • 2021-11-05
  • 2021-09-12
  • 2022-12-23
  • 2021-11-20
  • 2021-11-07
  • 2021-09-09
相关资源
相似解决方案