eclipse设置
设置工作空间的项目编码, 防止出现乱码
Window-Preferences-General-Workspace
将"Textfileencoding"选为"Other"-"UTF-8"
改变现有项目的编码的步骤:右击项目属性,选择"Textfileencoding"的编码
设置其它文件的编码
Window->Preferences->General->ContentTypes
将需要设置的文件设置编码,最好统一设为UTF-8
设置后,如Javascript文件可正常显示中文
设置创建JSP页面时,将JSP的默认编码设为UTF-8
Window->Preferences->MyEclipse->FilesandEditors->JSP
将"Encoding"选为"ISO10646/Unicode(UTF-8)
去掉格式化JSP时页面中的空行
Window->Preferences->MyEclipse->HTML->HTMLSource
勾选"Clearallblanklines"
增强Eclipse的自动代码提示功能
默认下,只有按"."或"Alt+/"才出现代码提示功能,不够强大,作小小设置,可将代码提示功能像VS的一样方便
1.Window->Preferences->Java->Editor->ContentAssist
2.将"AutoActivationtriggersforjava"设置为".abc"(默认是"."),点"Apply"应用
3.导出目前的Eclipse配置文件:File->Export->General->Perferences,选择保存路径,保存得到*.epf文件
4.用文本编辑器打开刚才保存的*.epf文件,搜索".abc",将".abc"部分改为
".abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,"(以上为自动提示的触发字符,
根据个人习惯设置),保存此配置文件(个人觉得不太好用,容易出错)
5.导入此配置文件:File->import->General->Perferences,导入修改后的配置文件.
第一个选项为反应时间,可设为100左右(默认200)
高亮类中同一引用的使用位置
Window->Perferences->General->Editors->TextEditors->Annotations
选择"Occurrences",勾引"Textas"->"Highlighted"(块高亮)或"Squiggles"(虚线)
LinkwithEditor
打开类后,自动在包管理器这里显示类的位置
取消Myeclipse的自动文件验证(卡傻的原因)
Windows–>Perferences–>Myeclipse–>Validation
保留manual(手动)部分,build下只留"classpathdependencyValidator"
手动验证:右键文件->Myeclipse->RunValidation
取消拼写错误检查
我爱故意写错单词,不需要系统帮我检查
Windows–>perferences–>General–>Editors->TextEditors->Spelling
去掉"Enablespellchecking"勾选
关闭不需要的启动项
MyEclipse:
Windows–>Perferences–>General–>StartupandShutdown
我只保留了
顺序下来:
1,Tomcat6:必备的...
2,内存监视器:可以查看Myeclipse的使用内存,我喜欢这工具(在菜单Myeclipse-Utilities-ShowHeapStatus打开)
3,JSPDebug工具,其实我也没用过,怕有一天用到...
4,文件创建向导(个人经常用到)
5,向后兼容的意思吧,怕有一天会用到,但其实很少用,可去掉
6,透视图,应该可以去掉吧...
其实就只用选择Tomcat6
关闭自动更新
1,Eclipse:
Windows–>Perferences–>Install/Update->AutomaticUpdates
不勾选"Automaticallyfindnewupdatesandnotifyme"
2,Myeclipse:
1)Windows–>Perferences–>MyEclipse...->CommunityEssentials
不勾选"Searchfornewfeaturesatstartup"
2)Windows–>Perferences–>MyEclipse...->Maven4MyEclipse
不勾选"Downloadrepositoryindexupdatesonstartup"
第一:给MyEclipse8.xStable(8.0GA)添加启动画面
在myeclipse.ini配置文件追加上一行代码:
-
Dosgi.splashLocation=../Common/plugins/com.genuitec.myeclipse.product8_8.0.0.me200911192201/sp
lash.bmp
第二:让Eclipse拖着myeclipse狂飚
技巧一:取消自动validation
validation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候
才会手工校验一下,速度立马提升好几个档次!
取消方法:
windows-->perferences-->myeclipse-->validation
除开Manual下面的复选框全部选中之外,其他全部不选
手工验证方法:
在要验证的文件上,单击鼠标右键-->myeclipse-->runvalidation
第三:MyEclipse耗内存的决绝办法
1老是弹出Quickupdateerror
这个问题的解决办法是关闭自动更新
Windows>Preferences>MyEclipseEnterpriseWorkbench>CommunityEssentials,
把选项"Searchfornewfeaturesonstartup"的前勾去掉即可.
2关闭updatingindexes
Window>Preferences>MyeclipseEnterpriseWorkbench>Maven4Myeclipse>Maven>禁用Download
repositoryindexupdatesonstartup
3关闭MyEclipse的自动validation
windows-->perferences-->myeclipse-->validation
将Build下全部勾取消
如果你需要验证某个文件的时候,我们可以单独去验证它。方法是,在需要验证的文件上(右键->
MyEclipse->RunValidation
4启动优化,关闭不需要使用的模块
Window>Preferences>General>StartupandyShutdown在这里列出的是MyEclipse启动时加载的模块
我这里只让它加载tomcat5勾选MyEclipseEASIETomcat5
5.在myeclipse7.0版本以上时,
window-preferences-MyEclipseEnterpriseWork-Maven4MyEclipse-Maven,取消选中Download
repositoryindexupdatesonstartup!
6.关闭更新调度:window-->preferences-->General-->StartupandShutdown-->Automatic
UpdatesScheduler(去掉前面的勾)