mitchell:

I've already done this in my custom version of SciTE at
...
+functionDefinition.substitute("\\n", "\n");
...
foo()this spans\nmultiple lines

  What inevitably happens when escaping is added to code, is that
someone wants to be able to represent the escape. If people like '\n'
for .api files then it needs to, at least, also support '\\':

winify()replace \\n \nwith \\r\\n

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to