2014年10月5日 星期日

Eclipse 安裝 Aptana Studio 3 plugin

此安裝設定是為了開發PHP。

一、安裝環境:
Windows 7 64bit
Eclipse IDE for Java Developers(Kepler SR2 平台版本4.3) 64bit
Aptana Studio 3

二、網站:
Eclipse官網:https://eclipse.org/home/index.php
Aptana官網:http://aptana.com/

三、安裝步驟:
1. 請自Eclipse官方網站,下載 Eclipse IDE for Java Developers (Kepler SR2) 64bit。

2. 將下載之Eclipse解壓縮至自己喜歡的地方,至Eclipse目錄裡,執行eclipse.exe,開啟Eclipse。

3. Help->Install New Software->將Aptana官方網站提供之Plug-in URL貼入「Work With」欄位後按Enter,會找到安裝檔,請依步驟安裝。(Aptana官方網站有詳細說明)
URL:http://download.aptana.com/studio3/plugin/install

4. 將Eclipse環境調整為開發Web環境,先執行Window-> Close All Perspective,然後執行Window-> Open Perspective-> Other...-> Web。

5. 調整Window-> Preferences:
    General-> Workspace-> Text file encoding-> 調整為UTF-8(統一字元編碼)。
    General-> Editors-> Text Editors-> 勾選「Show line numbers」,顯示行號。
    Aptana Studio-> Themes,Overall Theme用Windows 7。
    Aptana Studio-> Themes,Editor Themes 用Dreamweaver。
    Aptana Studio-> Themes,Font調到新細明體12號字。
    Aptana Studio-> Publishing-> 增加「.*」,此類檔案為隱藏檔,不需同步。

6. 開啟常用的View,Window-> Show View-> 選Remote。