Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Version 1.0 still takes over file extensions without asking #9927

Open
saucefrog opened this issue Nov 13, 2014 · 4 comments
Open

Version 1.0 still takes over file extensions without asking #9927

saucefrog opened this issue Nov 13, 2014 · 4 comments

Comments

@saucefrog
Copy link

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
Copy link
Contributor

le717 commented Nov 13, 2014

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
Copy link

chylex commented Jan 6, 2015

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

  • Run regedit
  • Go to HKEY_CLASSES_ROOT and delete Brackets.FileExts (if I recall the name correctly)
  • Kill explorer.exe and run it again (ctrl+alt+delete/ctrl+shift+esc to open Task Manager)
  • I'm not sure what happens with extensions that were associated with other programs, but I'm pretty sure Brackets overwrote them so you will probably have to associate them again
  • Don't update Brackets until this is fixed... seriously, it's not worth the pain

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

  • Go to Start and put this in: %APPDATA%..\Local\Microsoft\Windows\Explorer
  • Use whatever means it takes to remove all thumbcache_ files, because they are used by the system (I used Unlocker which did the trick)
  • Restart explorer.exe just like before (it will probably crash and restart on its own)

@melihovv
Copy link

@chylex thanks a lot. It works!

@chylex
Copy link

chylex commented Aug 26, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants
@le717 @chylex @melihovv @saucefrog @ficristo and others