adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Version 1.0 still takes over file extensions without asking #9927

Open saucefrog opened 9 years ago

saucefrog commented 9 years ago

I can't believe some people are able to code an HTML editor, but unable to simply add an option in the installer that asks us if some file extensions like .json or .config should be associated with Brackets or not.

le717 commented 9 years ago

This issue has been thoroughly discussed and is on the the improvement list. Hopefully this can be fixed soon, but you know you could submit a pull request with the option to select the desired file extensions in the installer. That could get it in faster.

chylex commented 9 years ago

Simple-ish solution to remove all extensions stolen by Brackets:

If you see folders thumbnails that did not update and still show Brackets icon for files inside:

melihovv commented 9 years ago

@chylex thanks a lot. It works!

chylex commented 9 years ago

Anyways, what I do now is just open UniExtract, extract the .msi file and just replace the files. If you don't have an existing Brackets installation, just create a link to the exe file and put it into C:\ProgramData\Microsoft\Windows\Start Menu\Programs, which will display it in the start menu.

I did that with a fresh computer and it doesn't seem to have broken anything, so you shouldn't have any problems.