Menu

#54 code assist window has no focus

open-accepted
nobody
None
4
2004-11-23
2004-11-04
Anonymous
No

eclipse 3.1M2 type such method
void foo()
{
return new ArrayList();
}

then to quick fix to change method return type. Quick
fix window with supertypes of arraylist appears, but
there is no way to select any supertype since this
window does not responds to key and mouse.

Discussion

  • Ivan Markov

    Ivan Markov - 2004-11-23
    • priority: 5 --> 4
    • status: open --> open-accepted
     
  • Ivan Markov

    Ivan Markov - 2004-11-25

    Logged In: YES
    user_id=714267

    Actually, you ARE selecting a supertype. Try moving the
    down arrow key and then hitting enter - you'll see that the
    selected type will not be the first entry in the list, but the
    second. It seems, there's a selection redraw problem in the
    Table control, related to the setRedraw() optimizations. I'm
    still not sure whether this is a problem unique to SWT/Fox, or
    it also happens in SWT/Motif (SWT/Fox used the emulated
    Table control of SWT/Motif).

    Also, it could be that the code of JDT 3.1M3 is buggy. I'll
    check..

     

Log in to post a comment.

MongoDB Logo MongoDB