Eclipse in Ubuntu: hover background color property, where?(Ubuntu中的Eclipse:悬停背景颜色属性,在哪里?)
问题描述
我更改了悬停代码时可见的背景颜色(变为黑色).例如,当您将鼠标悬停在一个方法上时,您会在一个框中看到它的签名;我的意思是那个框的背景颜色.
I changed the background color that is visible when hovering code (to black). For example when you hover over a method, you see its signature in a box; I mean the background color of that box.
我想重新更改它,但我在任何地方都找不到该属性.你知道它是什么属性吗?
I want to rechange it but I don't find the property anywhere. Do you know which property it is?
(应该是全局属性,因为其他框使用相同的背景色,甚至堆状态框).
(It should be a global property, because other boxes use the same background color, even the heap status box).
推荐答案
可能为时已晚.但我认为你需要从你的操作系统中改变它.
It might be too late. But I think you need to change this from your OS.
系统->首选项->外观->自定义->颜色->工具提示
System->Preference->Appearance->Customise->Colors->Tooltips
解决了我的问题.
我使用的是 Ubuntu 10.04.
I am using Ubuntu 10.04.
这篇关于Ubuntu中的Eclipse:悬停背景颜色属性,在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Ubuntu中的Eclipse:悬停背景颜色属性,在哪里?


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