"Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote in message
ahq21h$dar$[EMAIL PROTECTED]">news:ahq21h$dar$[EMAIL PROTECTED]...
> Win2k sp2, jdk1.4.0_01,  idea #637.
>
> Is it possible for the custom file types to have  a checkbox to disable
> escape sequence handling?

Or maybe a text field to specify what the escape character is. Backslash is
used almost always, but I imagine that there may be languages out there that
use other escape characters.


While looking at this, there's a bug in escape character handling:

sometext = '\\' + whatever;

The double backslash is not handled correctly and whatever is still
highlighted as being part of a string literal.

Carlos

--
Carlos Costa e Silva <[EMAIL PROTECTED]>


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

Reply via email to