Tools | IDE Options | Code Completion page.  Set Autocomplete common
prefix option off.

Best regards,

Eugene Belyaev
IntelliJ Software, http://www.intellij.com
"Develop with pleasure"

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Claus Ibsen
> Sent: Thursday, November 29, 2001 12:36 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] #523 : Complete Code -> Basic (ctrl + 
> space) little problem
> 
> 
> 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
> 


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

Reply via email to