1、修改系統菜單的字體
file->settings->appearance 在里面修改 name 就可以了,或者可以直接修改look and feel
2、修改編輯器的字體, 也就是代碼文件的字體
??? file->settings-color?& fonts->(editor font) name ,我一般改成dialogInput;
3、修改idea占用的內存
Edit the idea.exe.vmoptions file under bin folder.
Change the default value (line):
-Xms32m? 剛啟動時占用內存數
-Xmx192m? 占用最大內存
to the value you like.
卸載PE可能會減少內存
中文問題解決方案:)
1、操作界面相關的中文問題
點擊菜單File => Settings或快捷鍵(Crtl+Alt+S),在彈出的設置面板選擇IDE Setting => Appearance(B)
在Appearance對話框中,將Font的Name設置為dialog.plain,然后保存。
2、編輯器里的中文問題
點擊File => Settings或快捷鍵(Crtl+Alt+S),在彈出的設置面板選擇Colors & Fonts(F)
在Colors & Fonts對話框中,在Scheme name的后右點擊Save as...按鈕,輸入你想要的名稱NewColorFont,創建一個新的顏色和字體方案。
再將NewColorFont方案的Editor Font設置為Courier,為了方便閱讀Size可調整為14,保存顏色和字體的方案配置。
如果沒有Courier字體可以選擇,關閉IDEA,然后到X:\Documents and Settings\Administrator\.IntelliJIdea\config\colors目錄下打開NewColorFont.xml,修改EDITOR_FONT_NAME項目為:<option name="EDITOR_FONT_NAME" value="Courier" />,保存,重新打開IDEA即可。
posted on 2006-08-22 14:47
herry 閱讀(263)
評論(0) 編輯 收藏 所屬分類:
JAVA