顯示具有 Eclipse 標籤的文章。 顯示所有文章
顯示具有 Eclipse 標籤的文章。 顯示所有文章

2014/02/02

[Eclpse] Default text file encoding settings in Eclipse


Eclipse -> Preferences -> General -> Workspace

Text file encoding: Select Other: UTF-8


[Mac] 在 MacBook Pro Retina 開啟符合高解析的 Eclipse

Eclipse 在 Retina 環境下開啟是模糊的嗎?



因為實在太模糊了,圖只擷取一張就關掉趕快更新


找到 Eclipse.app 程式,開選單 "顯示套件內容"


編輯 Contents/Info.plist

加入以下 key-value 值


key: NSHighResolutionCapable
value: true


存檔後,把 Eclipse.app 複製一個,重新開啟~眼前一片明亮! Yes!!

2013/12/09

[Eclipse] 更換編輯區的顏色主題 Color Theme

需長時間寫程式, 用白底總是太亮太傷眼.
Eclipse 提供變更編輯區的顏色, 自己也可以依喜好調整
當然網路上已經有許多朋友分享他們的設定, 今天就來直接匯入設定:

1. 有個好地方可以找到分享的佈景配置檔



2. 匯入設定 File > Import

3. 選擇匯入喜好選項 General > Perferences


4. 找到你下載的 *.epf 檔, 按 ok, 即匯入完成


5. 更換完成!


2013/12/08

[Eclipse] 無痛升級至最新版本 Eclipse 4.3 Kepler

今天將 Eclipse 4.2 Juno 升級至 4.3 Kepler

過程簡單, 還是筆記一下, 有機會幫助到需要的朋友們

1. 加入最新釋出版本的 repository url

  1. Window > Preferences > Install/Update > Available Software Sites
  2. 點選 'Add'
  3. 輸入新版本網址 Eclipse 4.3 - Kepler  (http://download.eclipse.org/releases/kepler/)
  4. 點選 'Ok'
2. 檢查更新 : Help > Check for Updates

3. 即可選擇可升級的套件 -- Eclipse SDK (Version: 4.3.1)


4. 繼續 Next 完成安裝/更新步驟, 重新開啟即完成升級!



Reference:
FAQ How do I upgrade Eclipse?