My eclipse regularly displays yellow pop-ups with reference-info about code (more often than I would care). Unfortunately, sometimes portions of the pop-ups remain on the screen after I move my mouse.
The current workaround is to scroll the code (and pop-up remains) up off the screen, and back down. Is there a command/key-sequence in eclipse to force a screen repaint/refresh? The equivalent in vi (or ViM) is the ctrl-L key sequence.
Development environment is GNU/Linux (Debian stable) workstation |
eclipse Version: Indigo Service Release 2 Build id: 20120216-1857 |
java version “1.7.0_05”
I’ve had that problem, too. The only way I’ve been able to clear the popups is by using the up or down arrow key to move the cursor through the affected lines. That causes a line-by-line refresh.