AdSense

網頁

2018/3/1

Eclipse的一些基本設定

以下是我習慣Eclipse的一些環境設定,例如UTF-8編碼及編輯區格式等。

設定Eclipse開啟時用的jdk,參考這裡

設定Eclipse全域編碼設定,開啟eclipse.ini,並在裡面加入-Dfile.encoding=UTF-8後存檔, 然後重開Eclipse。

設定Workspace文字編碼為UTF-8,Window -> Preferences -> General -> Workspace,把MS950改為UTF-8。

設定CSS,HTML及JSP檔建立時的編碼為UTF-8,Window -> Preferences -> WEB -> CSS Files, HTML Files, JSP Files將編碼從BIG5改為UTF-8。

設定Java程式編排格式,把縮排改為四個空白,Window -> Preferences -> Java -> Code Style -> Formatter,點選Edit..., 在General settings區塊將Tab policy改為Spaces only,將indentation size及Tab size改為4。在Indent區塊勾選Statements within 'switch' body,然後將上方的Profile name重新命名。

設定JavaScript編排格式,Window -> Preferences -> JavaScript -> Code Style -> Formatter

設定xml編排格式,Windows -> Preferences -> XML -> XML Files -> Editor

設定編輯區文字大小,在Window -> Preferences -> General -> Appearance -> Colors and Fonts,在右側選擇Basic -> Text Font然後按Edit...

將預設瀏覽器改為Chrome,Window -> Web Browser-> Default system web browser

安裝深色主題DevStyle

安裝Properties Editor

沒有留言:

AdSense