myeclipse的最有用的设置

 1 取消Myeclipse的自动文件验证(卡傻的原因)

      Windows –> Perferences –>Myeclipse –> Validation,保留manual(手动)部分,build下只留"classpath dependency Validator"

     手动验证: 右键文件 -> Myeclipse -> Run Validation 。

2 设置工作空间的项目编码, 防止出现乱码。

    Window - Preferences - General - Workspace ; 将"Text file encoding"选为"Other" - "UTF-8"。

           改变现有项目的编码的步骤: 右击项目属性, 选择"Text file encoding"。

           设置其它文件的编码: 首先进去Window -> Preferences -> General -> Content Types;  

    最好统一设为UTF-8 ,设置后, 如Javascript文件可正常显示中文;

           设置创建JSP页面时,将JSP的默认编码设为UTF-8: 1.Window -> Preferences -> MyEclipse -> Files and Editors -> JSP

                                   将"Encoding"选为"ISO10646/Unicode(UTF-8)。

3 去掉格式化JSP时页面中的空行

    Window -> Preferences -> MyEclipse -> HTML -> HTML Source;

           勾选"Clear all blank lines"。

4  增强Eclipse的自动代码提示功能

    首先进入Window -> Preferences -> Java -> Editor -> Content Assist。

           将"Auto Activation triggers for java(默认是".")将"."部分改为  .abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzpwdw.html