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:悬停背景颜色属性,在哪里?
基础教程推荐
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
