一、Myeclipse 2013修改字體
MyEclipse 2013是基於Eclipse3.7內核,但在Eclipse的Preferences-〉general-〉 Appearance->Colors and Fonts 中並沒有找到Courier New字體,它采用的是Consolas字體,中文看着非常小非常別扭,在Windows7下,系統自帶雖然有Courier New字體,但是並沒有激活顯示,需要手動激活,才能在軟件中使用。
激活方法如下:
1、在win7的控制面板->字體,找到Courier New,右鍵,顯示。 Courier 常規 ,右鍵,顯示。
2、window-->preferences-->搜索font-->Color and Font-->Basic-->Text Font-->Edit--> Courier New-->常規-->四號
注:也可以用YaHei.Consolas.1.12字體,見附件。
二、Myeclipse 2013修改jsp、xml默認打開方式
window-->preferences-->General-->Editors-->File Associations-->選擇File Type-->Associated editors選擇默認的打開方式(Default)
三、Myeclipse 2013修改編譯兼容級別_Compiler compliance Level
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.6
四、Myeclipse 2013修改編碼方式:text+jsp
1、 window-->preferences-->搜索JSP-->Myeclipse-->Files and Editors-->JSP-->encoding-->UTF-8
2、window-->preferences-->General-->Workspace-->Text file encoding-->Other-->UTF-8
五、Myeclipse 2013修改Jboss內存大小
myeclipse菜單欄:Preferences-->搜索Jboss-->Jboss7.X下-->JDK--Optional java VM arguments加入如下代碼:
-Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
六、老是彈出Quick update error 、關閉myeclipse的Quick Update自動更新功能
這個問題的解決辦法是關閉自動更新。Windows > Preferences > MyEclipse Enterprise Workbench > Community Essentials, 把選項 "Search for new features on startup"的前勾去掉即可。
Window > Preferences > Myeclipse Enterprise Workbench > Maven4Myeclipse > Maven> 禁用Download repository index updates on startup 。
validation有一堆,什么xml、jsp、jsf、js等等,我們沒有必要全部都去自動校驗一下,只是需要的時候才會手工校驗一 下,速度立馬提升好幾個檔次 。
WTP :一個跟myeclipse差不多的東西,主要差別是 WTP 是免費的,如果使用myeclipse,這個可以取消 ;
Mylyn:組隊任務管理工具,類似於 CVS ,以任務為單位管理項目進度,沒用到的可以取消 ;
Derby:一種保存成 jar 形式的數據庫,我沒用到,取消 ;
一大排以 MyEclipse EASIE 打頭的啟動項:myeclipse 支持的服務器,只選自己用的,其他取消, 比如我只選了 tomcat 。