基本上都通過 Window -> Preferences 進行設置:
Java 保存自動格式化:
Java:Java -> Editor -> Save Actions,選中 Perform the selected actions on save,選中 Format source code;
JavaScript 格式化:MyEclipse -> Files and Editors -> JavaScript -> Editor -> Save Actions,操作同上。
XML 格式化:
General -> MyEclipse -> XML -> XML Files -> XML Source -> Split multiple attributes each on a new line。
代碼自動提示:
Java -> Editor -> Content Assist,將 Auto activation triggers for Java 的值由“.”更改爲“.abcdefghijklmnopqrstuvwxyz”。
單行註釋不換行(非更改行長度),保持註釋前格式:
Java -> Code Style -> Formatter,Edit(如果沒有新建的話請先新建),Comments 選項卡,將 Enable line comment formatting 取消勾選即可。
PS:<pre> …… </pre> 是在 /** …… */ 中保持格式不改變。
製表符更改換空格:
General -> Editors -> Text Editors,勾選 Insert sapces for tabs, Displayed tab width 的話看喜好。
代碼格式的縮進為空格:
Java -> Code Style -> Formatter,Edit(如果沒有新建的話請先新建),Indentation 選項卡,將 Tab policy 更改為 Spaces only,Indetation size 的話看喜好。
將默認 JRE 替換爲自定義的:
Java -> Installed JREs,點擊 Add 按鈕,選中 Standard VM,點擊 Next 按鈕,點擊 Directory… 按鈕,選擇 JDK 目錄。
然後勾選剛添加的 JRE,將它作爲默認的。
修改 JSP 文件默認編碼:
MyEclipse -> Files and Editors -> JSP,將 Encoding 更改爲 ISO 10646/Unicode(UTF-8)。
關閉 Maven 自動更新:
Maven:MyEclipse -> Maven[4MyEclipse],去除勾選 Download repository index updates on startup。
取消文件自動校驗:
Myeclipse -> Validation,Build 一列,只保留 Classpath Dependency Validator,其它全部去掉。
手工驗證方法:在需要驗證的文件上,鼠標右鍵,MyEclipse -> Run Validation。
設置工作空間項目編碼(創建在工作空間的項目編碼自動爲 UTF-8):
General -> Workspace,Text file encoding 更改爲 Other UTF-8[,New text file line delimiter 更改為 Other Unix],Next text file line delimiter 更改爲 Other Unix。
更改 JSP 默認編輯器:
General -> Editors -> File Associations,File types 中找到 *.jsp,Association editors 中將 MyEclipse JSP Editor 設置為 Default。
取消啟動和關閉時加載的模塊:
General -> Startup and Shutdown,取消勾選一些不用的模塊,模塊作用暫略。
關閉啟動 Service 后自動跳轉回 Service 窗口:
Tomcat、Maven 及 Maven 更換源等暫略。