Eclipes
设置字体大小例如都设置成11Windows --> 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】;
让文本编辑器显示 行号、空白字符Windows –> Preference –> General --> Editors --> Text Editors勾选 “Show line numbers”勾选 “Show whitespace characters”
禁用拼写检查Windows –> Preference –> General --> Editors --> Text Editors --> Spelling --> Enable spell checking 【去掉勾选】
设置“浏览器”Windows –> Preference –> General –> Web Browser --> Use external web browser --> 勾选 “Firefox”
设置“工作空间”的默认编码 / 实现文件外部修改时,Eclipse能自动刷新Windows –> Preference –> General–> Wordspace
修改JSP文件的默认输出编码 Window --> Preferences --> XML --> JSP Files Encoding (ISO 10646/Unicode(UTF-8))
去掉初始化时“代码折叠” Window --> Preferences --> Java --> Editor --> Folding 去掉勾选 Initially fold thess elements
配置 JREs Window --> Preferences --> Java --> Installed JREs --> Add --> Standard VM --> 其中以jre6为例 JRE home:“ d:\Program Files\Javajre6 ” JRE name:“ jre6 ” 注意:配置完后得及时保存,否则在配置“Tomcat服务器” 时,找不到 jre6。
注意:设置完后,先点击Apply查看效果,在点击确定