How can I disable the use of bold fonts when editing code in Eclipse?

北战南征 提交于 2019-12-22 01:27:00

问题


I don't want Eclipse to display any keyword in bold. I've browsed through a lot of options in the Preferences window, but could not find a way to do this. Is it possible?


回答1:


This depends on the type of file you're editing. For example, in Java:

Window menu -> Preferences -> Jave -> Editor -> Syntax Colouring -> Java (in the "Element" box) -> Keywords excluding 'return' -> Uncheck bold

Similarly for "Keyword 'return'".

Look at the preview to check everything you want is no longer bold.



来源:https://stackoverflow.com/questions/6051980/how-can-i-disable-the-use-of-bold-fonts-when-editing-code-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!