Fork me on GitHub

Programming Design Notes

Eclipse Subversion Plugin - Subclipse

| Comments

Subclipse 在這裡下載: http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
安裝後發現是中文,想轉回英文的可以在 eclipse.ini 加上 -Duser.language=en。
亦可以在啟動時加入參數(以下是在 Mac OSX 10.6 環境,Linux 環境應該也一樣):
/Applications/eclipse/eclipse -nl en_us

Windows 環境可以建立捷徑,然後在目標那行的最尾加上 -nl en_us。
即是像以下這樣:
"C:\xxx\xxxx\xxxx\xxxx\eclipse\eclipse.exe" -nl en_us

Subclipse 本身沒有選項提供轉換語言,還是我找不到?

相關書籍: Pragmatic Version Control: Using Subversion (The Pragmatic Starter Kit Series)(2nd Edition)Version Control With Subversion for Subversion 1.6: The Official Guide And Reference ManualManaging Software Development with Trac and Subversion: Simple project management for software development.