【前言】html
爲何個人myeclipse開啓速度那麼慢,爲何別人能嘩啦啦幾個快捷鍵打出一片代碼?剛開始使用myeclipse的時候,相信你們都有這個疑問,慢慢的,也懂得一些配置,我也不例外,在此,把經常使用的配置作下隨筆,方便查閱。java
【外觀篇】windows
1、改變字體app
Window-->preference-->general-->appearance-->colors and fonts-->這裏有各個編譯環境的字體的設置。eclipse
2、改變編輯界面的背景jsp
下載主題: theme-1.epf 我下載後上傳的theme-1.epf字體
File-->import-->general-->preferences-->browse-->選擇你下載的epf文件-->finish編碼
【環境篇】url
1、改變默認文件的打開方式spa
window-->preferences-->General-->Editors-->File Associations-->選擇File Type-->Associated editors選擇默認的打開方式(Default)
2、改變編譯環境
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.7
3、修改某些文件的編碼方式
window-->preferences-->搜索jsp(或html或其餘)-->myeclise-->file and editors-->jsp(或html或其餘)-->encoding -->修改爲本身想要的編碼格式
【速度篇】
1、關閉自動檢驗
windows-->perferences-->myeclipse-->validation-->把除了class下面的classpath dependency Validator的勾外,其餘所有禁掉,若是某個文件須要檢驗,直接右鍵-->myeclipse-->run validation
2、關閉不能使用的模塊
Window--> Preferences --> General --> Startup andy Shutdown,裏面不少都用不到,若是沒使用到的請關閉。
3、關閉拼寫檢查
window-->general-->editors-->text editors-->spelling-->enable spell checking的勾去掉。
4、加大JVM非堆內存
myeclipse安裝目錄-->myeclipse.ini-->增大-XX:MaxPermSize至384以上
【經常使用熱鍵篇】
你們還有什麼常常使用到的(不要大全^_^),歡迎提出建議,萬分感謝!