(| = cursor, [] = selection) Before: <target name=">|"
Press Ctrl-W (wrong!): <target name=">["] Press Ctrl-W again (correct): <target name=[">"] Press Ctrl-W again (correct): <target [name=">"] The first Control-W press selects the closing quote instead of the contents of the string that the cursor is in. If the character inside the string is alphanumeric instead of punctuation, all is well. If the character is "." instead of ">", the same problem exists. More examples: name=".|" -- bad name="x|" -- ok name=".x|" -- ok name="x.|" -- bad name="x.x|" -- ok -David Mankin _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
