When a string is pasted from the buffer into a string literal, it would be nice
if idea automatically escapes all control characters (and highlights them...)

clipboard: C:\home\user\file-name.txt
paste into: System.out.prinlnt("");
                                ^ here.

current effect: System.out.prinlnt("C:\home\user\file-name.txt");
                                       ^    ^    ^syntax errors...
intended effect: System.out.prinlnt("C:\\home\\user\\file-name.txt");

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

Reply via email to