-
Notifications
You must be signed in to change notification settings - Fork 280
Release Notes: 0.43
This document will not be finalized until the end of Release 0.43 -- approximately September 3rd.
- TBD...
-
SCSS/LESS Editing
- Quick Edit, Quick Find Definition, & Live Preview Highlight support: All these features now work the same for SCSS & LESS as they do for plain CSS.
- Live Preview supports SCSS & LESS editing if you use a third-party "file watcher" to automatically recompile your CSS on save. Brackets notices the changed CSS file and updates the page (without reloading). You can also use a Brackets extension such as Brackets SASS or LESS AutoComplile for this.
- Search
-
File Types
- Change language/syntax mode for entire file extension: After changing a file's language using the status bar switcher, you can save the change for all files with that extension by choosing "Set as Default" from the same dropdown. (This was previously accessible by manually editing preferences).
-
Ongoing Research (not implemented yet)
- Split view (early implementation on branch)
Full change logs: brackets and brackets-shell
Quick Open - The first item is automatically highlighted, making it more clear that you can press Enter immediately to jump to the top item (Down arrow not required). Highlighting the 2nd item in the result list now only requires pressing the Down arrow once (previously required two presses). Quick Find Definition no longer changes the scroll position until you start typing.
Linux: Edit menu - The Edit > Cut/Copy/Paste menu items are removed on Linux, because they did not work. These menu items will be restored once a native menu bar is implemented.
Theme authoring - Simplified how Find/Replace highlight colors are set. ...TODO...
window.open() - Only permits 'file://' URLs and 'about:blank', since brackets-shell is not a secure general-purpose web browser. Use NativeApp.openURLInDefaultBrowser()
to open webpages in the user's regular browser.
- Activity Monitor in Mavericks (OS X 10.9) says the Brackets Helper process is "Not Responding" even when it's working normally (#5794). You can safely ignore this unless Brackets is actually failing to respond when you click or type text.
- #2272: Windows Vista may not allow the Brackets installer to run (you may not see any error message). To work around this, right-click the installer file, choose Properties, and click the Unblock button.
- Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.
TBA
- TODO - brackets-shell required?
- Some submodules were updated this sprint. Run
git submodule update
to ensure your source tree is fully up to date.
For details on the bugs addressed, please refer to closed Release 0.43 bugs. Not all fixed bugs will be caught by this search query, however.