A class have 3 metohds

     public void methodFirst();
     public void methodSecond();
     public void methodLast();

if I use Ctrl + space to see the aviable methods I get the list

myObject.<Ctrl + space> will give the list with the 3 methods


myObject.meth<cursor here>odFirst();

If i press ctrl+space at the cursor position the editor will insert an extra char

myObject.methhodFirst();

It's annoying if you just want to browse the list of aviable methods.


There is no problem if the list only contains one method (ie. cursor is in a position 
where the
prefix renders only one method)
example

     myObject.methodFi<cursor here>rst();

Now the list only contians one method and the editor will now insert an extra char


Could it be solved so the editor doesn't insert the extra char when you press 
ctrl+space


/Claus

PS: Thanx for this great java editor, JB sucks compared to this fast/quick
codenavigation/intelligent editor


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to