如何设置Eclipse个性化及常用插件收藏
1、设置字体大小
例如都设置成11
Windows --> Preference --> General --> Appearance --> Colors and Fonts -->
Basic --> Text Font --> (字体Consolas,大小 11);【该字体好像比 Courier New 字体 好看些】
Java --> Java Editor Text Font (set to default: Text Font)【大小 11】;
JavaScript --> JavaScript Editor Text Font (set to default: Text Font)【大小 11】;
Structured --> Structured Text Editor Text Font (set to default: Text Font)【大小 11】;

2、让文本编辑器显示 行号、空白字符
Windows –> Preference –> General --> Editors --> Text Editors
勾选 “Show line numbers”
勾选 “Show whitespace characters”

3、禁用拼写检查
Windows –> Preference –> General --> Editors --> Text Editors --> Spelling --> Enable spell checking 【去掉勾选】

4、设置“浏览器”
Windows –> Preference –> General –> Web Browser --> Use external web browser --> 勾选 “Firefox”

5、设置“工作空间”的默认编码 / 实现文件外部修改时,Eclipse能自动刷新
Windows –> Preference –> General–> Wordspace

6、修改JSP文件的默认输出编码 Window --> Preferences --> XML --> JSP Files Encoding (ISO 10646/Unicode(UTF-8))

7、去掉初始化时“代码折叠” Window --> Preferences --> Java --> Editor --> Folding 去掉勾选 Initially fold thess elements

8、配置 JREs Window --> Preferences --> Java --> Installed JREs --> Add --> Standard VM --> 其中以jre6为例 JRE home:“ d:\Program Files\Javajre6 ” JRE name:“ jre6 ”
注意:配置完后得及时保存,否则在配置“Tomcat服务器” 时,找不到 jre6。
