1.字體ide
修改IDEA面板字體:Settings->Appearance-> Override default fonts by(not recommended)選中,選擇本身喜歡的字體字體
修改代碼字體:Settings->Editor->Colors &Fonts->Font 選擇Courier New,或者其餘等寬字體。可能字體沒法選擇那麼就將模版先另存,隨便起一個名字,好比就叫s1.spa
ps:可能在修改代碼字體的時候沒法找到本身想要的字體,尤爲是在Linux下,能夠進入Idea的配置文件(Linuxcode
~/.IntelliJIdea12/config/colors,window:c:/user/.Intellij...)找到s1.xml,而後將機器裏倒是存在的字體填入xml
<option name="EDITOR_FONT_NAME" value="Courier New" />
重啓Idea便可。blog
2.光標ip
對於習慣Eclipse的人來講,Idea的默認光標很不習慣,鼠標點到哪裏,光標就在哪裏。it
settings-Editor-Allow placement of caret after edn of line.的勾去掉便可io
3.頭文件註釋class
settings-Editor-FIle and Code Template