brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
657 stars 193 forks source link

The extension doesn't work in the latest version fo Brackets, 1.8 #1323

Closed profstein closed 7 years ago

profstein commented 7 years ago

I get the following error: screen shot 2016-11-10 at 2 43 03 pm

I tried uninstalling and reinstalling and got the same error.

zaggino commented 7 years ago

Try restarting brackets after installing. What's the error in error console? (F12)

Cactusx09 commented 7 years ago

image

https://github.com/adobe/brackets/issues/12897

Cactusx09 commented 7 years ago

Fix this trough reinstall brackets and brackets-git

AgamlaRage commented 7 years ago

Same issue. Win10 Brackets1.8 I can't uninstall it neither.

brakets-git

I tried to delete the extension manually in C:\Users\YOURNAME\AppData\Roaming\Brackets\extensions\user But after, reinstall, I had the same issue.

Note: @zaggino I guess you're working more on Brackets-Electron now, and not on this king of compatibility problems... :( With Brackets-Electron, you are making a EXELLENT job, it is way more FASTER on windows than the normal Brackets (at least, 2 times less to open or switch file) this is so great. I hope normal Brackets will follow your updates more closer ! Just wanted to say !

zaggino commented 7 years ago

@profstein @Cactusx09 @AgamlaRage This is not a problem of Brackets-Git, but of Brackets itself when upgrading. Multiple people reported that clearing cache folder helps to get it running. Try deleting these: image https://github.com/adobe/brackets/wiki/Cache-Folder

AgamlaRage commented 7 years ago

I deleted the Brackets cache like you said

This is insane, that fix my problem with brackets-git and my files are now loading as fast as in Brackets-Electron.

Thank you so much ! <3

profstein commented 7 years ago

Resetting the Cache didn't solve my problem.

When I looked at the developer tools I saw this error (Emmet was not loading either): screen shot 2016-11-15 at 1 01 20 am

I had a couple of other errors there node related. So I tried to update node and found out that I didn't have XCode Command Line tools (MAC). I think that the latest MAC OS Upgrade changed something. So I Installed the command line tools again and then updated node. Then I opened Brackets and restarted with extensions and everything (Brackets Git and Emmet) seem to be working now.

Not sure if it was the command line tools or node or both but it seems that my problem stems not from Brackets or the extension but from the OS upgrade which I just happened to do just before the Brackets upgrade.

zaggino commented 7 years ago

Thanks a lot @profstein , that might help some people!

kvsrohit commented 7 years ago

I am getting similar issue and noticed that thirdparty/urijs.browser.js and few other files are missing in the downloaded 'brackets-git-master.zip'.

capture

zaggino commented 7 years ago

You can't just download zip file from github, that's not a valid installation procedure. Use extension registry.

Dimonasdf commented 7 years ago

I've unchecked "Remove BOM" option and checked "Add endline after eof", but Brackets still remove BOM and doesn't add line. What am I doing wrong?

image

Edit: Brackets 1.8, Brackets Git 0.16.6

zaggino commented 7 years ago

@Dimonasdf can't replicate your problem and also that's another issue not related to above. Closing this thread.