How to change the color of the currently selected line in a code assist popup in Eclipse?(如何在 Eclipse 的代码辅助弹出窗口中更改当前选定行的颜色?)
问题描述
我最近下载了 Eclipse 3.6,一切正常,但有一个问题让我非常沮丧.代码辅助弹出窗口中当前选定项目的突出显示颜色在白色背景下几乎不可见.我试图弄乱颜色设置,但似乎没有我需要的选项.Windows 配色方案中设置的线条高亮颜色仅用于在焦点弹出窗口中突出显示.
I've recently downloaded Eclipse 3.6, everything works fine, but there is one issue that really frustrates me. The highlight color of a currently selected item in a code assist popup is barely visible against white background. I've tried to mess with color settings, but it seems that there is no option for my needs. The line highlight color set in Windows color scheme is only used to highlight in a focused popup.
推荐答案
我相信它隐藏在 Preferences 的另一部分.我个人想更改突出显示或当前选择的线条颜色,但在颜色和字体中找不到任何内容.最后它在...
I believe it is hidden in another part of Preferences. I personally wanted to change the highlighted or currently selected line color, and could not find anything in Colors and Fonts. Ends up it was in...
常规 -> 编辑器 -> 文本编辑器
General -> Editors -> Text Editors
您只需要检查外观颜色选项"框中的每个选项.一个是当前行突出显示",它解决了我的问题.希望对你有帮助!
And you just need to go through every option in the "Appearance color options" box there. One is "Current line highlight" and that fixed my problem. I hope it helps yours!
这篇关于如何在 Eclipse 的代码辅助弹出窗口中更改当前选定行的颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 的代码辅助弹出窗口中更改当前选定行的颜色?


基础教程推荐
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01