在Win7下Eclipse 3.7 Indigo的文本编辑器默认使用Consolas字体,无法修改为Courier New(我常用的)。
经Google查找,发现如下解决方法:
1、关闭Eclipse 3.7 Indigo
2、打开:% Eclipse_home%\plugins\org.eclipse.jface_3.7.0.I20110522-1430.jar
?? 文件:\org\eclipse\jface\resource\jfacefonts_windows7.properties
?? 最后第二行改为:org.eclipse.jface.textfont.0=Courier New-regular-10
?? 保存。
3、启动Eclipse 3.7 Indigo即可。
参考网址:http://fangl99.iteye.com/blog/1103707