eclipse - 更改 'fixes' Eclipse 中的背景颜色

标签 eclipse colors

我一直在尝试更改 eclipse juno 中“快速修复”弹出窗口(列出修复错误的方法的弹出窗口)的背景颜色。目前颜色为黑色,文本为蓝色,这使得阅读变得非常困难。

我找不到改变颜色的正确方法。请帮忙。眯着眼睛看黑底蓝色的文字真的很烦人。

最佳答案

这也让我抓狂,这是解决办法。

  • 前往偏好设置。

  • 搜索“注释”

    for each Annotation Type:
    
       if "Text as" == "Highlighted" and Color == black:
    
           Set the color to light or uncheck "Text As"
    

在此屏幕截图中,我正在修复事件。

我在左侧显示的问题是“匹配标签”注释,它也有同样的问题。

Screen Shot showing Preference Repair

关于eclipse - 更改 'fixes' Eclipse 中的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14088926/

相关文章:

eclipse - 如何确保从 eclipse 插件调用时加载外部 jar 的类?

java - 在新线程中打开 Eclipse Wizard 或 Eclipse MessageDialog

java - Eclipse和Android Studio中如何设置类路径

algorithm - 如何将 RGB 代码转换为 8 个简单间隔(可能?)

delphi - 在 Delphi 中,如何更改 TDBGrid 中网格线的颜色?

eclipse - 将控制字符放到 eclipse 控制台

eclipse - java.lang.IllegalArgumentException : The servlets named [X] and [Y] are both mapped to the url-pattern [/CreationClient] which is not permitted

java - ActionListener 和 JButton

opencv - Color 上的模板匹配行为

swift - 表格 View 单元格在滚动 Swift 时改变颜色