thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Brackets editor becomes unresponsive on opening specific js file #78

Closed dexbg closed 10 years ago

dexbg commented 10 years ago

When I try to open specific js file (i.e. http://garderobche.eu/share/products.js) the Brackets editor becomes unresponsive. If I remove the Code Folding extension the file is opened immediately.

thehogfather commented 10 years ago

Thanks for reporting. I have just pushed a fix for this. There was a bug in the custom region fold plugin which caused problems with minified files in a single line.