thehogfather / brackets-code-folding

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

Switch Statement Folding #57

Closed designcise closed 10 years ago

designcise commented 10 years ago

Would be very useful if there's a switch/case statement code folding feature as well, targeting the 'case [expr]:'

thehogfather commented 10 years ago

This issue should be fixed now. Please update to the latest version.

designcise commented 10 years ago

Thank you so much!

designcise commented 10 years ago

Just tested it on: sprint 38 experimental build 0.38.0-12606 (release 4df8afdad)

Collapsed code blocks won't expand when clicking on arrows or "{...}"

thehogfather commented 10 years ago

Thanks for reporting that. Should now work (at least when clicking on arrows). I need to further investigate why it sometimes does not work when clicking on the ellipses.

designcise commented 10 years ago

Working fine now. Thanks!