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:悬停背景颜色属性,在哪里?
基础教程推荐
- 如何强制对超级方法进行多态调用? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01