This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Changed:
Updated Info.plist's list of Open With... file types to match those listed in src/languages/languages.json.
References:
Notes:
Please note that recent work (Sprint 27?) in Brackets already added the ability for Brackets to be opened from a selected file in the Finder app. This change simply updates the list of file types that the Finder uses to determine whether to show the
Open With...
context menu item.Also, please note that the
Open With...
command won't fully work if your .app is configured to prompt for the index.html on launch. Doing so will allow the app to launch, but the files selected in the Finder won't be opened. To get this to work, use the script 'tools/setup_for_hacking.sh' to set the Brackets src folder on launch.Lastly, if you do not immediately see the updated Open With... list in the Finder context menu, you might need to restart the Finder (eg. Restart your Mac) after running the updated Brackets.app the first time.