Eclipse简单介绍
1、编码设置:Windows》preference》Workspace》Other-UTF-8》apply and close;
2、字体大小设置:Windows》preference》font》Colors and Fonts》Basic》Text Font》Edit》...
3、常用快捷键记录:
* 保存:ctrl+s * 单行注释:ctrl+/ * 多行注释:ctrl+shift+/,取消ctrl+shift+\ * 类注释:alt+shift+j * 删除当行代码:ctrl+D * 撤销 ctrl+y * 撤回 ctrl+z
* 移动当行或多行选中代码:Alt+↑ 或者 Alt+↓ * Ctrl+B快速拷贝多行代码:Windows>>Preferences>>Keys>>Copy Lines>>Unbind Command>>Ctrl+B>>aplly
* Eclipse设置字母自动触发提示Windows>>Preferences>>Java>>Editor>>content assist>>Auto Action triggers for Java .abcdefghijklmnopqistuvwxyz
4、待续。。。