在 Eclipse / Aptana 中关闭工具提示
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/871732/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Turn off tooltips in Eclipse / Aptana
提问by Luke
I don't know if anyone has noticed that Eclipse has this annoying feature where it needs to show a useless tool-tip when hovering just about anything.
我不知道是否有人注意到 Eclipse 有这个烦人的功能,它需要在悬停任何东西时显示无用的工具提示。
I was wondering if anyone knows of a way to completely kill all tool-tip behavior in Eclipse / Aptana?
我想知道是否有人知道完全消除 Eclipse/Aptana 中所有工具提示行为的方法?
Thanks
谢谢
采纳答案by Luke
I found mine in Window > Preferences > Pydev > Editor > Hovers
我在“窗口”>“首选项”>“Pydev”>“编辑器”>“悬停”中找到了我的
It looks like it's a module-level feature (Java, Pydev, C++), not platform-level (Eclipse itself).
看起来它是一个模块级特性(Java、Pydev、C++),而不是平台级(Eclipse 本身)。
回答by micro
Window > Preferences > Java > Editors > Hovers
窗口 > 首选项 > Java > 编辑器 > 悬停
Disable Combined Hover.
禁用组合悬停。
回答by Drew
I agree, hints can be really annoying, but there are times when they can be a really useful quick reference - like finding var values during debugging, or required parameter types for a method etc.
我同意,提示可能真的很烦人,但有时它们可以成为非常有用的快速参考 - 例如在调试期间查找 var 值,或方法所需的参数类型等。
So instead of disabling them altogether, or continually enbaling/disabling through the Preferences, I go to Window > Preferences > Java > Editor > Hovers > Combined Hover, and add Alt to the Pressed key modifier while hoveringfield below.
因此,我没有完全禁用它们,或者通过首选项不断启用/禁用,而是转到窗口 > 首选项 > Java > 编辑器 > 悬停 > 组合悬停,然后在悬停下面的字段时将 Alt 添加到按下的键修饰符。
This way if you want to quickly see hints just hold the Alt key down.
这样,如果您想快速查看提示,只需按住 Alt 键即可。
回答by MCardinale
I was completely annoyed with Aptana's tip tool text over my code. I figured out how to disable it:
我对 Aptana 的提示工具文本在我的代码上感到非常恼火。我想出了如何禁用它:
Window > Preferences > Aptana Studio > Content Assist > Show information on hover > Off
Window > Preferences > Aptana Studio > Content Assist > Show information on hover > Off
I'm using Aptana 3.
我正在使用 Aptana 3。
回答by diesel
Another thing which really annoys me on Eclipse are the light bulbs in the left part which hide breakpoints, and which are really useless.
在 Eclipse 上真正让我烦恼的另一件事是左侧部分的灯泡,它们隐藏了断点,而且真的没用。
To suppress these, go to windows>preference>java>editor and then uncheck "Light bulb for quick assists".
要抑制这些,请转到 windows>preference>java>editor,然后取消选中“用于快速帮助的灯泡”。
If you dont have this on your eclipse version, try a help search with "light bulb".
如果您的 eclipse 版本没有这个,请尝试使用“灯泡”进行帮助搜索。
回答by Rockystech
This is the answer. Change the Windows regedit. HKEY_CURRENT_USER ->Control Panel -> Mouse -> mouse -> MouseHoverTime Change its value to be 400 (4 seconds delay)
这就是答案。更改 Windows 注册表编辑器。HKEY_CURRENT_USER -> 控制面板 -> 鼠标 -> 鼠标 -> MouseHoverTime 将其值更改为 400(延迟 4 秒)
回答by Demi
Look for TweakUI settings, under Mouse > Hover. Minimize the sensitivity and increase the time and you will, in most cases, be fine.
在鼠标 > 悬停下查找 TweakUI 设置。最小化敏感度并增加时间,在大多数情况下,你会没事的。
Note that this is under windows. In any case, search for "hover" and you should be able to find the correct location. Good luck!
请注意,这是在 windows 下。无论如何,搜索“悬停”,您应该能够找到正确的位置。祝你好运!