tags:

views:

48

answers:

1

I've upgraded to Eclipse 3.5 and now tooltips are displayed for everything - for any field, for any method, for anything. The worst thing is that they are displaying immediately after i've moved the mouse (no delay!) So almost always I do see some tooltip, this is very inconvenient.

How can I either increase the delay or disable tooltips?

A: 

You can select what you want to enrich with tooltip during hover with the Preferences:

Java > Editor > Hover

alt text

You can configure the delay with the Preferences:

General > Editors > Text Editors > "When mouse moved into hover"

alt text

VonC
i've deselected "combined hover" checkbox and this helped. no tooltips now. thank you.
javapowered