在 Eclipse 中编辑代码时如何禁用粗体字体?
我不希望 Eclipse 以粗体显示任何关键字。我浏览了“首选项”窗口中的很多选项,但找不到执行此操作的方法。是否可以?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您正在编辑的文件类型。例如,在Java中:
窗口菜单->首选项->贾夫->编辑->语法着色 -> Java(在“元素”框中)->排除“return”的关键字 ->取消选中
“关键字‘return’”的粗体类似。
查看预览以检查您想要的所有内容不再是粗体。
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.