thehogfather / brackets-code-folding

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

Does not work w/ PHP files #17

Closed CathyMacars closed 11 years ago

CathyMacars commented 11 years ago

Does not fold HTML code on a PHP file. This would be useful to add because lots of people use PHP's include to make HTML templates. Just a suggestion. (:

thehogfather commented 11 years ago

This is a good suggestion. It would probably require some sort of hybrid range finder based on braces and xml tags. But I wouldn't want it to significantly affect performance before pushing any updates. Watch this space.

thehogfather commented 11 years ago

Could you test the latest version and see if this is working? If not, it should be fairly straightforward with codemirror modes.

CathyMacars commented 11 years ago

Awesome! It works ok so far. Thanks man. (:

thehogfather commented 11 years ago

Sweet. I'll mark closed for now. Please reopen if the issue reappears.