2014年6月25日 星期三

Eclipse 開發環境設定

為了配合我寫程式的一些習慣,所以對開發環境做一些修改

調整預設的編碼方式為 UTF-8

Window -- Preference -- General -- Workspace -- Text file encoding -- Other: UTF-8

顯示程式碼行號

Window -- Preference -- General -- Editors -- Text Editor
勾選 □Show lines numbers

將 Tab 轉換為 4格 space

Window -- Preference -- General -- Editors -- Text Editor
將 Displayed tab width 設為 4,並勾選 □Insert spaces for tabs

Window -- Preference -- Java -- Code Style -- Formatter
按下 new 按鈕,新增 profile,名稱自訂,這裏我設為 style01,然後按下 OK 按鈕
將General Settings 裏的  Tab policy ,設為 Spaces Only ,然後按下 Apply -> OK

調整預設的 Java 版本

Window -- Preference -- Java-- Compiler
將 Compiler compliance level  的值設定為想要設定的版本


沒有留言: