+1

On Mon, 15 Jul 2002 18:22:45 +0400, "Igor Karpov"
<[EMAIL PROTECTED]> wrote:

> 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