+1 for me too; I've had IDEA act incorrectly in this regard several times for me and each time I thought it would be cool if IDEA figured out what to do. ~ Dave
> > Hi, > > > > Let me explain by example: > > if > > Component c; > > and I have the method > > c.add(whatever); > > If the caret is between the 2 d's of add, and you hit CodeCompletion > > (Ctrl-space in default map), another d is inserted, thus it will read > > c.addd(whatever) and the caret is after the second d. If you hit > > escape, it > > stays c.addd(whatever).(This is something I do often to see which methods > > are available and read javadoc on them - great feature!) > > > > I think IDEA should check when CodeCompletion is hit whether the > > characters > > it wants to insert are already there, if so just move the caret on. > > > > #520, jdk 1.3.1_01 > > > > Regards > > Gerrit > > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
