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 阅读(245)
评论(0) 编辑 收藏 所属分类:
JAVA