在 Eclipse 中设置窗口背景 JavaDoc
我有黑色背景颜色。如何更改 JavaDoc 窗口的背景颜色?
[更新 #1] 类似的问题 http://www.eclipse.org/forums/index.php?t=tree&th=77817&
I have black background color. How do I change the background color of the window JavaDoc?
[UPDATE #1]
similar problem
http://www.eclipse.org/forums/index.php?t=tree&th=77817&
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果这不起作用,那么您可能需要更改 Ubuntu 主题的“工具提示”颜色。看来这就是它继承的地方。
If that doesn't work then you may need to change your "tooltip" colours of your theme for Ubuntu. It appears that is where it inherits from.
如果您使用的是 Ubuntu 11.04+ 并且无法轻松访问主题编辑器,请使用:
如何在统一中更改工具提示背景颜色
If you are using Ubuntu 11.04+ and cant easily access the theme editor, Use this:
how-to-change-tooltip-background-color-in-unity
我认为这里要拥有一个正确格式化的工具提示(至少对于使用 ubuntu 并希望有一个漂亮的悬停工具提示的人)和像链接这样的 html 元素来说,答案是安装 libwebkitgtk,因为 eclipse 使用它来显示 javadoc。它没有预安装在例如 Ubuntu 上,也没有随 eclipse 一起提供。使用:
并重新启动 eclipse 以获得漂亮的工具提示。
I think the answer here to have a properly formattet tooltip (at least for people who use ubuntu and want to have a nice hover tooltip) with html elements like links working is to install libwebkitgtk as it is used by eclipse to show javadoc. It is not preinstalled on e.g. Ubuntu and does not come with eclipse.. use:
and restart eclipse to have good looking tooltips.