code assist window has no focus
Status: Beta
Brought to you by:
ivan_markov
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.
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..