在 Eclipse 中设置窗口背景 JavaDoc

发布于 2024-11-10 05:22:04 字数 297 浏览 1 评论 0原文

我有黑色背景颜色。如何更改 JavaDoc 窗口的背景颜色? screen 1

[更新 #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?
screen 1

[UPDATE #1]
similar problem
http://www.eclipse.org/forums/index.php?t=tree&th=77817&

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

╭⌒浅淡时光〆 2024-11-17 05:22:04

窗口>首选项>一般>外观>颜色和字体 >爪哇> Javadoc 查看背景

如果这不起作用,那么您可能需要更改 Ubuntu 主题的“工具提示”颜色。看来这就是它继承的地方。

Window > Preferences > General > Appearance > Colors And Fonts > Java > Javadoc View Background

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.

半城柳色半声笛 2024-11-17 05:22:04

如果您使用的是 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

我一向站在原地 2024-11-17 05:22:04

我认为这里要拥有一个正确格式化的工具提示(至少对于使用 ubuntu 并希望有一个漂亮的悬停工具提示的人)和像链接这样的 html 元素来说,答案是安装 libwebkitgtk,因为 eclipse 使用它来显示 javadoc。它没有预安装在例如 Ubuntu 上,也没有随 eclipse 一起提供。使用:

sudo apt-get install libwebkitgtk-1.0-0

并重新启动 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:

sudo apt-get install libwebkitgtk-1.0-0

and restart eclipse to have good looking tooltips.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文