1.行号的显示和隐藏
在代码区域的最左边的空白区域,右键 -- Show Line Numbers即可。
2.字体颜色和字体
a:Java代码区域的字体大小和颜色:
* window -- Preferences -- General -- Appearance -- Colors And Fonts --Java修改 -- Java Edit Text Font
b:控制台
* window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font
c:其他文件
* window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font
3.窗体被弄乱怎么办?
* window -- Reset Perspective
4.控制台找不到怎么办?
* Window--Show View—Console
5.Eclipse中快捷键的使用
* 格式化 ctrl + shift + f
* 注释 ctrl + / ctrl + shift + /
* 代码的上下移动 选中代码 alt +上/下箭头
* 查看源码 选中类名按F3
* 在代码中加 try/catch alt + shift + z
* 改名 alt + shift + r
6.Java开发工具
* alt + shift + s