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.

I was wondering if anyone knows of a way to completely kill all tool-tip behavior in Eclipse / Aptana?

Thanks

link|improve this question

feedback

5 Answers

I found mine in Window > Preferences > Pydev > Editor > Hovers

It looks like it's a module-level feature (Java, Pydev, C++), not platform-level (Eclipse itself).

link|improve this answer
1  
That's the stuff! Just disable Combined Hover. You can bring it up by stepping on the word and pressing F2. – drozzy Nov 29 '09 at 19:58
feedback

Window > Preferences > Java > Editors > Hovers

Disable Combined Hover.

link|improve this answer
Hmmm. I'm not able to find this option in Aptana. Is this a Eclipse 3.4 feature maybe? – Luke May 16 '09 at 8:58
I'm using Eclipse 3.3 – micro May 16 '09 at 11:12
I guess it's because I don't have any Java editors installed. – Luke May 17 '09 at 0:10
feedback

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.

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 hovering field below.

This way if you want to quickly see hints just hold the Alt key down.

link|improve this answer
feedback

Another thing which really annoys me on Eclipse are the light bulbs in the left part which hide breakpoints, and which are really useless.

To suppress these, go to windows>preference>java>editor and then uncheck "Light bulb for quick assists".

If you dont have this on your eclipse version, try a help search with "light bulb".

link|improve this answer
feedback

Look for TweakUI settings, under Mouse > Hover. Minimize the sensitivity and increase the time and you will, in most cases, be fine.

Note that this is under windows. In any case, search for "hover" and you should be able to find the correct location. Good luck!

link|improve this answer
Sorry. I'm on Linux. This TweakUI thing is a Windows thing not an Eclipse thing, is that right? I just want to turn off all tooltips in Eclipse. – Luke May 16 '09 at 8:57
I don't see how this has anything to do with Ecplise or other editors. – drozzy Nov 29 '09 at 19:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.