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:悬停背景颜色属性,在哪里?
- 转换 ldap 日期 2022-01-01
- 获取数字的最后一位 2022-01-01
- 将 Java Swing 桌面应用程序国际化的最佳实践是什么? 2022-01-01
- 如何指定 CORS 的响应标头? 2022-01-01
- 未找到/usr/local/lib 中的库 2022-01-01
- java.lang.IllegalStateException:Bean 名称“类别"的 BindingResult 和普通目标对象都不能用作请求属性 2022-01-01
- 在 Java 中,如何将 String 转换为 char 或将 char 转换 2022-01-01
- Eclipse 的最佳 XML 编辑器 2022-01-01
- GC_FOR_ALLOC 是否更“严重"?在调查内存使用情况时? 2022-01-01
- 如何使 JFrame 背景和 JPanel 透明且仅显示图像 2022-01-01