thehogfather / brackets-code-folding

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

won't fold when tag is selected #66

Closed chharvey closed 10 years ago

chharvey commented 10 years ago

When the cursor is in the opening tag or closing tag (when both opening and closing tag are highlighted green), the collapse triangle won't fold the code. However the triangle works again when the opening/closing tags are not selected.

In figure below: The collapse triangle will not fold the style element. However when the cursor is moved elsewhere so that <style> is not selected (not highlighted green), the triangle works.

screen shot 2014-05-11 at 17 22 33

thehogfather commented 10 years ago

Should now be fixed in the latest build. Thanks for reporting.

chharvey commented 10 years ago

Works great. Thanks!