Community
Participate
Working Groups
Often when I use the content assist, it adds an import for me (nice!) but scrolls the window so I can't see what I'm typing (not nice!). The window is re-scrolled when I begin typing again. Ideally, if the window has to be scrolled, it should try and keep the current line (with the carat) visible, as well as the next closing brace (this may be a separate issue, but the way Eclipse scrolls the window, I often can't see the closing brace of the method I'm in and can end up adding unwanted extra braces).
Steps to reproduce: - create a new CU with a top level type - insert empty lines in the type's body so that you see a blank editor - position the cursor on the last visible line - type \t public void g() { \return - type File and activate content assist - choose java.io.File observe: the line containing File disappears
Dirk's case works for me. Howard's case is a duplicate of 6010. *** This bug has been marked as a duplicate of 6010 ***
*** Bug 44959 has been marked as a duplicate of this bug. ***