JavaScript Code-Folding Bug?

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

JavaScript Code-Folding Bug?

Post by Rat »

The following JavaScript code example doesn't fold properly...

if (xxx)
{
if (this.StrokeColor == '') {this.StrokeColor = '#0000FF';}
}
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Find below a link to a new xFolder.dll that fixes this issue: http://www.zeusedit.com/z300/xFolder.zip

Thanks for taking the time to submit this bug report ;)

Cheers Jussi
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Post by Rat »

That seems to have done the trick... Thanks a lot.

(Great response time! :) )
Post Reply