Eclipse安裝SVN插件方式簡明介紹

本節和你們一塊兒學習一下Eclipse安裝SVN插件方式,主要從三個方面來說解,在這裏和你們分享一下,但願你們經過本節的介紹對Eclipse安裝SVN插件有必定的認識。下面是具體介紹。

1、Links安裝:
※▲推薦使用此種安裝方式,由於它便於插件的管理。※▲
①在eclipse根目錄下新建文件夾links,這樣就獲得了eclipse\links
②在eclipse\links下新建一個link文件(須要爲每一個插件建一個.link文件),好比svn.link,在這裏個人插件安裝目錄結構爲F:\eclipsePlugins\svn\,因此link文件名我命名爲svn.link
③在svn.link中寫入以下一句話path=F:/EclipsePlugins/svn,或者path=F:\\EclipsePlugins\\svn。
即path=你的插件安裝目錄(表明eclipse去哪一個路徑加載查件)
svn下的目錄結構爲
svn
+eclipse
+plugins
+fearture
④從新啓動eclipse(若是你的Eclipse安裝SVN插件以前啓動過須要先把eclipse關掉)
注意:路徑的寫法使用「/」或者「\\」而不是用「\」取代。此處容易出錯。
Important:若是發現插件沒有安裝成功,則刪除eclipse目錄下的configuration目錄中的文件夾org.eclipse.update(這是一個記錄插件更新狀況的文件夾,其中的platform.xml文件是當前使用的插件),刪除掉這個文件夾後,eclipse會從新掃描全部的插件,此時再從新啓動eclipse時可能會比剛纔稍微慢點。
2、在線安裝用升級的方式----Eclipse平臺自己的更新管理器來實現
一、eclipse菜單欄help->softwareupdates->FindandInstall
二、選擇searchfornewfeaturestoinstall->Next
三、選擇NewRemoteSite->輸入以下:->OK
name:subclipse
url:http://subclipse.tigris.org/update_1.4.x
四、選上subclipse插件,點擊Finish就能夠了。
五、注意在這裏也能夠從新選擇plugins的位置,通常習慣集中在一個文件夾(好比上面的EclipsePlugins文件夾)來管理本身安裝的plugins
六、FINISH,它會自動的從指定資源下去找安裝的插件。
3、插件地址:
一、SVN:http://subclipse.tigris.org/update_1.4.x
記錄站點的文件:workspace\.metadata\.plugins\org.tigris.subversion.subclipse.core\.svnProviderState
二、GWT:
Eclipse3.5(Galileo)http://dl.google.com/eclipse/plugin/3.5
Eclipse3.4(Ganymede)http://dl.google.com/eclipse/plugin/3.4
Eclipse3.3(Europa)http://dl.google.com/eclipse/plugin/3.3
三、implementors:查找接口實現類的Eclipse插件implementors
Eclipse安裝SVN插件功能:
在eclipse中查找並定位類時,能夠選擇直接定位到接口或者定位到接口的實現。
Eclipse安裝SVN插件使用方法:
選擇類(接口)或者類(接口)的方法,單擊右鍵,選擇OpenInterface,直接定位到接口;選擇OpenImplementation,直接
定位到實現類,若是有多個實現類就會出現一個選擇框,選擇具體的某個實現類。
updatesite:http://eclipse-tools.sourceforge.net/updates
插件主頁:http://eclipse-tools.sourceforge.net/implementors/
四、MavenPluginforEclipse-http://m2eclipse.codehaus.org/
updatesite:http://m2eclipse.sonatype.org/update/
(Ignoretheoptionalpartsunlessyouhaveaneedforthem)參考:http://ajava.org/course/tool/16867.html
五、Eclipse文件改變編碼插件http://blog.csdn.net/shangpusp/archive/2010/04/08/5461825.aspx
六、EasyExplorer:快速打開文件所在文件夾。
下載:http://sourceforge.net/projects/easystruts/
介紹:http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp;jsessionid=4714380194D92E902C843E3D5F82C4BB?id=192
更多:http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=Tools+-+ContextMenu
CSS插件、JS和AS插件、XML插件、正則表達式測試插件。本節關於Eclipse安裝SVN插件方式介紹完畢。 html

相關文章
相關標籤/搜索