This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: 1.14.2
Nitesh Kumar edited this page Apr 6, 2020
·
8 revisions
- Open File in external Applications by niteskum : Brackets now offers support to open file of any arbitary type with external applications. In User Preferences settings, you can associate a file extension to open with the default associated application or open with a specific application.
Usage: For example, Preferences settings for associating svg files to open with Google Chrome and "psd" to open with its default associated application:
"externalApplications": { "svg": "google chrome", "psd": "default" }
The application's name in this settings is OS dependant, for example if you would like to open a file with Chrome you have to use "google chrome" on macOS and "chrome" on Windows in your settings. We use the open npm utility under the hood , and settings that works with this utility will work here.
You may also pass in the app's full path. For example on Windows, this can be "C:\Program Files (x86)\Google Chrome\Application\chrome.exe" for the Windows installation of Chrome.
- Automatically associate Graphics file types to its OS default application by niteskum : If an opened project folder has any graphics file of type: ["xd", "jpg", "jpeg", "svg", "ai", "png", "psd"], then with user’s consent Brackets will associate these graphics file types with its OS default associated application and record this under user preference settings under the category “externalApplications”.
Full change logs: brackets and brackets-shell
- Adding value "legacy" to justify-items and removing "unset" from justify-items and justify-self as per w3 org recommendations. by narayani28
- Add css scroll-snap-type by abaracedo
- Add autocompletion for justify-items and justify-self by abaracedo
- Fixing update notification locale issue, update notification was shown in English for all locales by jha-g
- Fix filters for In App Notifications by shubhsnov
- Public methods for closing Search Results and References bottom panel by SietseB
-
Fix for:
Reload With(out) Extensions
not working by SietseB
- A new brackets-shell build is required for this sprint. Be sure to rerun
grunt setup
before building. - Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
- Some submodules were updated this sprint. Run
git submodule update
to ensure your source tree is fully up to date.