thehogfather / brackets-code-folding

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

Possible CodeMirror conflict with brackets-git #119

Closed macbookandrew closed 9 years ago

macbookandrew commented 9 years ago

See https://github.com/zaggino/brackets-git/issues/909#issuecomment-74127468

Disabling either brackets-code-folding or brackets-git plugin solves the issue.

thehogfather commented 9 years ago

Are there any specific steps to reproduce this issue? The linked issue does not contain enough information to reproduce either. Cheers

macbookandrew commented 9 years ago

It now seems that it’s an issue with brackets-git, but I wasn’t sure at first so tagged you too. Thanks

thehogfather commented 9 years ago

It bothered me that there were errors related to the code-folding extensions in the console - so I'll reopen this issue. I'll push an update shortly and I'll appreciate it if you could test for any fixes.

macbookandrew commented 9 years ago

Sure—I’d be glad to help.

thehogfather commented 9 years ago

Great. Could you manually install the latest version of code-folding from here and let me know if that has any impact.

macbookandrew commented 9 years ago

That appears to have fixed it—no more errors in the console, and the related issue with brackets-git is no longer happening.

Thanks!