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

Installer steals file associations with no warning #12180

Open matejsp opened 8 years ago

matejsp commented 8 years ago

Yesterday I installed the latest version (1.6) and it messed up extensions all over my Windows 7 64bit machine. The original issue was closed as "fixed" #6073.

And it changed extension for my Java, C#, Python, config, properties and I don't even know what else. I use Notepad++ to edit all those files and was about to give Brackets a go for web design.

I would propose this program to other frontend developers but they would be pissed of because of this issue too. Can we get portable version? Can't trust your installer. Uninstalling for now.

le717 commented 8 years ago

First off, the original issue was never fixed. It was all filed on the backlog and closed until it could be fixed. The code for a portable build was put up at adobe/brackets-shell#333 but never merged.

Second, as I have said in the issue you linked, I'm for removing some of unrelated-to-Web extensions, and I'll be submitting a PR to do just that.

Third, the installer is written with WiX. If you know how to develop with it, yo can always submit a PR to make the extension registrations where you can choose which you want (think like the VLC installer).

Edit: See https://github.com/adobe/brackets/issues/6073#issuecomment-178095600