No, this isn't a general problem: Currently <Tab> overwrites the word and <Enter> simply inserts the text. In this mentioned case, <Tab> seems not work as in other completions.
Tom At 08:44 20.11.01 +0000, you wrote: >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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
