Reputation: 1933
How do you turn off those yellow pop-up windows that appear whenever you leave the mouse cursor over some code?
Upvotes: 0
Views: 357
Reputation: 13986
In Eclipse 3.7.2 you can go to menu Window->Preferences, then expand Java/Editor and select Hovers.
There uncheck all checkboxes (combined hover, etc).
Upvotes: 1