forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes: Sprint 25
Randy Edmunds edited this page May 14, 2013
·
17 revisions
This document will not be finalized until the end of Sprint 25 -- approximately May 21.
-
Live Preview
- Improved connection reliability on Windows: no longer need to restart Chrome.
-
Extensions
- Extension manager: Listing of your currently installed extensions. Easier to uninstall extensions.
-
Code Editing
- Improved typing performance: MAYBE
Full change logs: brackets and brackets-shell
No major changes to existing features.
Quick Open - Search heuristics no longer applies special weighting automatically to match items that look like a path. Quick Open providers can override this behavior by supplying matcherOptions: { segmentedSearch: true }
in the settings passed to addQuickOpenPlugin()
.
showOSFolder() - placeholder...
Quick Open - TODO: new matcherOptions: { preferPrefixMatches: true }
option.
Contributions to CodeMirror:
-
CSS mode: record better info for @import directives (enables Brackets URL hinting when typing an
@import
) - Don't continue line numbers next to horizontal scrollbar
- vim mode: Fix dialog box used for ':' commands
Contributions to Tern:
For details on the bugs addressed, please refer to closed sprint 25 bugs. A few of the fixed bugs might not be caught by this search query, however.