Perl Code Folding reads comment lines
Perl Code Folding reads comment lines
I've found that the folding seems to break if you have a } or a { in a comment line that's not "closed or open" in itself... i feel like thats a bug since the line is commented out
Code: Select all
if($#rs >14)

Jussi
any luck getting a patch for this?
Using the latest Zeus release this Perl code folds correctly for me:
Code: Select all
if($#rs >14) then {
}

The comment painting bug is also on the Zeus todo list

But this fix does require a change to the generic Zeus syntax highlighting engine, meaning the change will effect all languages, not just Perl. This makes the bug a little more difficult to fix as it requires a good deal of thought, planning and testing to make sure the fix does not introduce any unwanted side effects

Cheers Jussi
The latest Zeus patch found here:
http://www.zeusedit.com/forum/viewtopic.php?t=570
fixes this Perl commenting issue
Cheers Jussi
http://www.zeusedit.com/forum/viewtopic.php?t=570
fixes this Perl commenting issue

Cheers Jussi