自己用到的myeclipse的一些優化設定
注:本文內容複製於little_paper的部落格,具體連結為http://little-paper.iteye.com/blog/1670745,感謝little_paper的分享,為便於能隨時學習,特copy過來,望作者諒解!
1.指定本機java環境
Windows-->preferences-->java-->Insetallel JREs
右側 單擊ADD standard VM-->Next -->Directory-->Finash
點選 新增jre環境-->點選OK
2.更換背景顏色 個人感覺白色比較刺激眼睛 可選擇性更換
Windows-->preferences-->General-->Editors-->Text Editors
右側左下方 選中 Background color後 單擊 System default選項框後 點選color 選擇顏色後 -->OK
3.取消servers中myeclipse自帶的tomcat 開發中常常需要到相應的 tomcat目錄中檢視,
指定本機自帶tomcat 可以更方便的操作
Windows-->preferences-->MyEclipse-->Servers-->Tomcat
根據個人選擇指定tomcat目錄 並點選上方的 radio Enable 選項-->OK
取消server中的tomcat
Windows-->preferences-->MyEclipse-->Servers-->Integrated Sandbox-->Myeclipse Tomcat 6
點選disable
4.取消自動validation 有一堆,什麼xml、jsp、jsf、js等等,
我們沒有必要全部都去自動校驗一下,只是需要的時候才會手工校驗一下!
取消方法:
windows-->perferences-->myeclipse–->validation
除開Manual下面的複選框全部選中之外,其他全部不選
手工驗證方法:
在要驗證的檔案上,單擊滑鼠右鍵--->myeclipse--->run validation
5.取消Eclipse拼寫檢查
拼寫檢查會給我們帶來不少的麻煩,我們的方法命名都會是單詞的縮寫,他也會提示有錯,所以最好去掉,沒有多大的用處
windows--->perferences--->general-->editors->Text Editors->spelling
點選enable spell check
6.jsp xml html
windows--->perferences--->general--->editors->file associations
在下方選擇一種編輯器,我選擇的是 myeclipse jsp/xml/html editor 然後點選左邊的default按鈕
7.取消Maven更新(啟動更新)
Window > Preferences > Myeclipse > Maven4Myeclipse 禁用Download repository index updates on startup
8. 修改jsp檔案內容的編碼
window->Preferences ->myeclipse->Files and Editors->jsp
9. hovers javascript hovers (滑鼠懸停提示關閉) 滑鼠懸停提示關閉
Window->preference ->Myeclipse ->Files and Editors-> javascript -> edit -> 選中Hover 去掉勾選Combined Hove
java : Window->preference ->java->Editor->Hovers 去掉勾選Combined Hover Bug模式除錯 勾選上Variable Values
10. 修改新建檔案java/js/html/properties檔案編碼
window->Preferences -> General->Content Type
把下面的Default Character Set的值改成UTF-8
11.個人習慣:Window --> Preferences --> General --> Workspace,文字編碼改為UTF-8。
12.修改右鍵
windows –> Customize Perspective 選項
13.myeclipse 記憶體溢位
開啟MyEclipse目錄下的myeclipse.ini檔案 在後面修改下面幾個屬性
-vmargs
-Xms512m ( JAVA能夠分配的記憶體)
-Xmx512m ( JAVA能夠分配的最大記憶體)
-XX:PermSize=512M (非堆記憶體初始值)
-XX:MaxPermSize=512M (非堆記憶體最大值)
-XX:ReservedCodeCacheSize=64m (eclipse快取)
14.jquery.js -> 滑鼠右鍵 -> MyEclipse -> manage validation -> 左面點選 -> Excluded resources -> 找到jquery.js -> 打上鉤 -> apply
15.根據個人情況修改myeclipse的啟動項
windows–>perferences–>general–>startup and shutdown
16. derby 關閉
在MyEclipse安裝目錄下開啟 configuration\org.eclipse.equinox.simpleconfigurator\bundles.info 搜尋derby找到 com.genuitec.eclipse.derby,11.0.0.me201211281531,plugins/com.genuitec.eclipse.derby_11.0.0.me201211281531.jar,4,false 把它註釋掉即(#com.genuitec.eclipse.derby,11.0.0.me201211281531,plugins/com.