1.Subclipse(SVN)
a. MyEclipse下安裝:
線上安裝myeclipse外掛程式subclipse.
1> 開啟myclipse----->Help----->SoftwareUpdates---->Search for new features to install
2> 點擊“next"按鈕,彈出"update sites to visit"介面。
點擊"New Remoute Site..."按鈕,彈出"New Update Site"介面,然後輸入Name和URL.
註:Name是你給外掛程式起的名字,任意的。例如:subclipse 1.6。 URL是你要下載外掛程式的網址。
3> 點擊"ok"按鈕即可。
b. Eclipse下安裝:
1> 開啟eclipse->Help->Install New Software…。
2> 在彈出的對話方塊的Work with一欄中輸入網址:http://subclipse.tigris.org/update_1.8.x,然後後點擊Add按鈕彈出對話方塊Add Repository。
3> 在Name中輸入Subclipse或者其他任意名字),點擊OK!等待載入後點擊Next按鈕。
c. 詳細使用方法,請參見:http://blog.csdn.net/kimsung/article/details/5277873
2.PropertiesEditor
這是一個properties檔案編輯器,支援支援在property檔案中直接寫中文。
a. MyEclipse下安裝:
help -- > software updates -- > find and install..
search for new features to install -- >next -- >new remote site...
name: propedit
url: http://propedit.sourceforge.jp/eclipse/updates/
b. Eclipse下安裝:
1> 開啟eclipse->Help->Install New Software…。
2> 在彈出的對話方塊的Work with一欄中輸入網址: http://propedit.sourceforge.jp/eclipse/updates/ 然後後點擊Add按鈕彈出對話方塊Add Repository。
3> 在Name中輸入propedit或者其他任意名字),點擊OK!等待載入後點擊Next按鈕。
c. 使用方法參見:;略
3.EasyExporle
EasyExporle是一個eclipse的小外掛程式,它能直接開啟選中檔案所在的目錄,而且體積非常小,只有幾K。
a. 通用安裝方式:
1> 直接從 http://sourceforge.net/projects/easystruts 下載外掛程式,並解壓縮到Eclipse的plugins外掛程式目錄
2> 重啟MyEclipse/Eclipse,然後選中一個檔案右鍵---有一個"Easy Exporle" 選項,點擊就能開啟當前檔案所在的目錄。注意:預設是開啟該檔案的上級目錄
3> 附詳細配置介紹:
b. 請參見http://blog.csdn.net/xzknet/article/details/4627713