This is a general point about completion which has been raised before, that
the editor should delete from the cursor to the end of the current word if
the cursor is currently on a word.

> -----Original Message-----
> From: Vollmer, Thomas - CannonSA [mailto:[EMAIL PROTECTED]]
> Sent: 20 November 2001 00:07
> To: '[EMAIL PROTECTED]'
> Subject: [Eap-list] Unexpected behavior in basic code completion
> 
> 
> The basic code completion has unexpected behavior when used
> with private/protected/public.
> 
> Consider the following code example:
> pr|ivate void method() {...}
> 
> After invoking basic code completion at the caret (|) and
> picking "protected" using <Tab> or <Enter>, I get the following:
> protected |ivate void method() {...}
> 
> For <Tab>, I would have expected:
> protected| void method() {...}
> 
> For <Enter>, I would have expected:
> protected|ivate void method() {...}
> 
> A minor thing, but I thought I'd mention it.
> Sorry if this has been reported before.
> 
> Regards.
> -Thomas
> 
> 
> ************************************
> If this email is not intended for you, or you are not responsible for
> the delivery of this message to the addressee, please note that this
> message may contain ITT Privileged/Proprietary Information.  In such
> a case, you may not copy or deliver this message to anyone.  
> You should
> destroy this message and kindly notify the sender by reply email.
> Information contained in this message that does not relate to the
> business of ITT is neither endorsed by nor attributable to ITT.
> ************************************
> 
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 


***************************************************************************************
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify [EMAIL PROTECTED] 
immediately.

This footnote also confirms that this email message has been swept for the 
presence of computer viruses.
***************************************************************************************

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

Reply via email to