Crtl-W is missing a step on this:

if ( this.fo|o ) {}

Press Crtl-W: Ok
if ( this.[foo] ) {}

Press Crtl-W: not OK
[if ( this.foo )] {}


For comparison, with normal names it works ok
if ( x.fo|o ) {}
if ( x.[foo] ) {}
if ( [x.foo] ) {}

regards
  Nils
-- 
Nils Decker <[EMAIL PROTECTED]>
fingerprint = 2F00 193C 2DC7 EF56 2B57  F8A3 0512 03F5 EF17 4DD2

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to