-
Notifications
You must be signed in to change notification settings - Fork 184
Release Notes: 0.44
peterflynn edited this page Oct 4, 2014
·
11 revisions
This document will not be finalized until the end of Release 0.44 -- approximately October 5.
-
Split View
- Vertical & Horizontal Split View: View two files side by side or one above the other. (Note: it is not yet possible to view the same file in both panes).
- Stylesheet Editing
-
Files and Folders
- Project tree improvements: Many small bug fixes in the sidebar file tree. Notably, it's now possible to right-click files that Brackets cannot open (such as binary files and non-UTF8 text files).
-
Preferences
- New preference: show cursor in selected text: By default, Brackets hides the blinking cursor when you have a text selection; this behavior can now be disabled.
-
Localization
-
Extension name/description localization: The info displayed in Extension Manager, such as extension name & description, can now be localized via the
package-i18n
property.
-
Extension name/description localization: The info displayed in Extension Manager, such as extension name & description, can now be localized via the
Full change logs: brackets and brackets-shell
TODO
TODO
TODO - Working Set View Extensibility
- 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.
- Quick Docs: Support vendor-prefixed CSS properties by Marcel Gerber
- Sort Working Files locale-aware by Marcel Gerber
- Quick View: Only respond to color names in CSS/SCSS/LESS files by Marcel Gerber
- New preference: "showCursorWhenSelecting" by Marcel Gerber
- More consistently use "Release" (not "Sprint") to describe version number (part 2, part 3) by Marcel Gerber
- Switch Extension Manager tabs using Ctrl-(Shift)-Tab (+ part 2) by Marcel Gerber
-
Easing editor: Tolerate errant trailing comma in
cubic-bezier()
by Marcel Gerber - Add Debug > Open Brackets Source command by Marcel Gerber
-
Themes: Allow styling cursor without needing
!important
by Miguel Castillo - Fix Quick View positioning with Split View by Marcel Gerber
- Fix Preferences bug in experimental ES6 Promises branch (not part of Brackets yet) by Arzhan "kai" Kinzhalin (Intel Corp)
- Cleanup: Remove many unused vars by Marcel Gerber
- Cleanup: Fix capitalization in function name by Arzhan "kai" Kinzhalin (Intel Corp)
- Cleanup: Update comment links to CodeMirror repo by Marcel Gerber
- Czech translation update (+ part 2) by kvarel
- Finnish translation update (+ part 2, part 3) by valtlait
- Galician translation update by Iván Barcia
- Italian translation update (+ part 2) by Denisov21
- Persian translation update (+ part 2) by Mohammad Yaghobi
- Romanian translation update by Micleusanu Nicu
- Spanish translation update by Jaime Olmo
-
Example of using package.json
i18n
field by Denisov21
- Rebuilding/updating brackets-shell is optional for this release.
- 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.44 bugs. Not all fixed bugs will be caught by this search query, however.