UDL comment folding problem for EOL (LF)
-
-
After many tests and checks I figured out what causing the problem. Its happen only when EOL i Unix type (LF).
To reproduce error following things must be set in UDL.- Folding in code 1 style
Open {
Close } - Delimiter 1 style
Open "
Close " - save UDL as you like and use it at new tab then write simple example
“a”
“a”
“a”
“a”
{
1
2
3
4
5
} - Now go to Edit->EOL Conversion->Windows (CR LF) and then choose Edit->EOL Conversion->Unix (LF) amd you should see a problem
- Folding in code 1 style
-
it looks like it is also related to the delimiter.
Using your latest example, if I add a space after each “a” it is set correctly.
And if you play with removing this space you see the opening folding sign jumping.Cheers
Claudia