thehogfather / brackets-code-folding

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

Extension error #60

Closed desmochai closed 10 years ago

desmochai commented 10 years ago

code folding

brackets version: v38 OS: Windows 7 x64

I tried removing it and then installing it again. I get the same extension error. I heavily rely on this plugin :(

thehogfather commented 10 years ago

Could you tell me if there are any error logs when you select "Debug" > "show developer tools" from the menu? It installed fine on my test win 7 x64 system. Maybe there is some extension conflict? Please let me know the output of your console so we can figure this out.

theHellyar commented 10 years ago

same issue here...can we get a last version links? I really need code folding back

Error Console: [Extension] failed to load C:/Users/bhellyar/AppData/Roaming/Brackets/extensions/user/brackets-code-folding Error: Module name "thirdparty/CodeMirror2/lib/codemirror" has not been loaded yet for context: _ http://requirejs.org/docs/errors.html#notloaded /utils/ExtensionLoader.js:209 errback

thehogfather commented 10 years ago

To install from url use this link https://github.com/thehogfather/brackets-code-folding Are you also running sprint 38 ? and is that the release version as opposed to the git version? Also can you make sure the brackets-code-folding folder is completely removed from your extension folders?

theHellyar commented 10 years ago

Crap...running version 37....but it never notified to update so this may be my bad....updating now.

thehogfather commented 10 years ago

ok let me know how it goes.

theHellyar commented 10 years ago

works like a champ!

And to think I have been working without code folding since you updated the extension for no reason! LAME.

Thanks !

thehogfather commented 10 years ago

haha no worries. Glad there was no real problem.

@aqeelb are you still having problems with the extension?

theHellyar commented 10 years ago

on a side note, how do I get the fold state to save? so all the hidden content is hidden each time I open the file.

thehogfather commented 10 years ago

@GeoHellyar that should be enabled by default and should just work. If it does not, then there is a bug. If you can confirm this please open another issue.

desmochai commented 10 years ago

@thehogfather Indeed! There was an error with the Beautify plugin by drewhjava. I removed the Beautify plugin, installed the code-folding via the url. Works fine now. :+1: Thank you very much.