如何阻止 Eclipse “斜体化”文本编辑器中的文本?
大家好,我想知道 eclipse 是否有可能停止“斜体化”编辑器中的单词?
这些是我的常规>>设置外观>>颜色和字体:
我选择了“常规”样式,但是在 Eclipse 中它显示为:
< img src="https://i.sstatic.net/fh4g1.png" alt="在此处输入图像描述">
可以看出,BEST_DISPLAY_MODES
和getBestDisplayMode
为斜体。有没有办法将该字体更改为“常规”字体?
Hi all I was wondering if it is possible for eclipse to stop "italizing" the words in the editor?
These are my settings for General >> Appearance >> Colors and Fonts:
I've selected "Regular" style, however in eclipse it shows as this:
as can be seen, the BEST_DISPLAY_MODES
and getBestDisplayMode
are italized. Is there anyway to change that font to "regular" font?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要更改 Java 语法突出显示的设置(对于其他语言也类似),请转到“窗口”->“首选项”。从那里展开 Java->Editor->Syntax Coloring。在那里,您将看到每种类型的彩色/样式标记的颜色和样式选项。你应该能够在那里修复它。
To change the settings for Java syntax highlighting (and similarly for other languages) got to Window->Preferences. From there expand Java->Editor->Syntax Coloring. There you will see options for colors and styles for each type of token that is colorized/styled. You should be able to fix it there.