dstern95 / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
1 stars 3 forks source link

Highlight problem in Haxe #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. var s:String = "a
b";

2.
3.

What is the expected output? What do you see instead?
this is correct Haxe string. But hightlight for the tail works only if I write
var s:String = "a\
b";

and syntax with slash is incompilable with haxe.

What version of the product are you using? On what operating system?
4 beta 2. windows

Please provide any additional information below.

Original issue reported on code.google.com by kakadu.hafanana on 2 Sep 2011 at 3:06

GoogleCodeExporter commented 8 years ago
This is a limitation of Scintilla editor component requiring a complex patch.

Original comment by philippe...@gmail.com on 12 Dec 2011 at 8:10

GoogleCodeExporter commented 8 years ago
Looks like is't work now (FD 4.4.2).

Original comment by Yar3333@gmail.com on 4 Sep 2013 at 3:04