Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse 对空白字符使用什么颜色设置?下面屏幕截图中的示例是表示选项卡的小 » 字形,以及用于段落的 pilcrow ¶。
基本上是前景色+透明度,空白字符没有具体的设置。
透明度可在
Preferences> General> Editors> Text Editors:单击“配置可见性”链接 > 透明度级别
Preferences
General
Editors
Text Editors
前景色可在
对于文本编辑器:
Preferences> General> Editors> Text Editors: 外观颜色选项
对于 Java 编辑器:
Preferences> Java> Editor> Syntax Coloring: 元素 > Java > 其他
Java
Editor
Syntax Coloring
其他编辑器可能有自己的设置。
@atlanto 的答案现在看来已经过时了。从首选项它仍然是General -> Editors -> Text Editors,但现在在“显示空白字符”复选框标签旁边有一个“配置可见性”选项。在那里您可以配置透明度(默认为 255 个中的 80 个)以及显示哪些字符。
General -> Editors -> Text Editors