-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: Sprint 22
This document will not be finalized until the end of Sprint 22 -- approximately March 22.
- Extensions
- Install extension from URL in the Brackets UI via File > Install Extensions\u2026. A URL to a ZIP file or GitHub repo is required.
- Code Editing
- Word wrap is now enabled by default. Use the View > Enable Word Wrap menu to toggle.
- Show Active Line: Active line highlighting emphasizes which line the cursor is positioned on. Use the View > Show Active Line menu to toggle.
- Line numbers can now be hidden. Use the View > Show Line Numbers menu to toggle.
- Live Development
- Improvements and bug fixes were made to make the connection to Chrome more reliable and to report errors more effectively.
Full change logs: brackets and brackets-shell
No major changes to existing features.
- Programming languages can now also be associated with file names (e.g. "Makefile") in addition to file extensions. Check
language/LanguageManager.js
for examples. - Extensions can add file names and extensions to existing languages.
- 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.
- Mountain Lion (OS X 10.8) by default will not allow Brackets to run since it's not digitally signed yet. To work around this, right click the Brackets app and choose Open. You only need to do that once -- afterward, launching Brackets the normal way will work also.
- #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.
-
by yodfz
-
Fixing issue #2923 - Getting mode from file extension won't always work by Mark Murphy
-
Fixed: #3032 KeyBindingManager no longer warns / prevents binding collisions by Bernhard Sirlinger
-
Added Localisation for the Loading... message by Bernhard Sirlinger
-
Persisting font size between Brackets Sessions by Lance Campbell
-
Cleanup for Adding the CodeMirror built-in Auto Close Brackets addon by Tomás Malbrán
-
Adding the CodeMirror built-in Auto Close Brackets addon by Tomás Malbrán
-
Fixed: Issue #2878 Expanding/collapsing a folder tree node steals focus from editor by Bernhard Sirlinger
-
Changed to check for case insensitive http: and https: by Bernhard Sirlinger
-
Fixed an Error showing up in the dev console when executing a disabled command by Bernhard Sirlinger
-
Fixed: #2278 Editor should not have upward dependencies on EditorManager by Bernhard Sirlinger
For details on the bugs addressed, please refer to closed sprint 22 bugs. A few of the fixed bugs might not be caught by this search query, however.