-
Notifications
You must be signed in to change notification settings - Fork 183
Release Notes: Sprint 24
This document will not be finalized until the end of Sprint 24 -- approximately April 26.
-
Visual Editing
- Quick View for CSS colors, gradients, images: Hover over CSS code to see a popup preview of colors, gradients and images
- Quick Docs for CSS: Press Ctrl/Cmd+K on a CSS property to see inline documentation from the Web Platform Docs project.
-
Code Editing
- Supercharged JavaScript code hints: Much more accurate code hints based on Tern type inferencing. Code hints even for items declared in other files! Now supports camelCase matching as well.
- Jump to Definition: Locate a function or property definition anywhere in your project, instantly.
-
Function signature hints: Press Ctrl+Space inside a function call's
()
s to see information on its arguments and their types.
- Overall UI
Full change logs: brackets and brackets-shell
Project panel / folder tree - TODO!
- Removed "Project Settings..." option from recent project drop-down menu
Install Extension icon - The toolbar now contains a shortcut to the "Install Extension" command.
Quick Docs - To register an additional inline docs provider, use EditorManager.registerInlineDocsProvider()
. Similar to inline editors (Quick Edit), Quick Docs providers are "winner take all": if two providers are both willing to respond for a given cursor position, the first one registered is shown and the other is completely ignored. To be a good citizen, your provider should be as narrowly tailored as is reasonably possible.
- #3207: If you use a Sprint 21 or earlier build after using this build at least once, a few preferences such as Recent Projects may get reset. (You can back up your cache folder if you're concerned about this).
- 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.
- 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.
Contributions to CodeMirror:
- ...
For details on the bugs addressed, please refer to closed sprint 24 bugs. A few of the fixed bugs might not be caught by this search query, however.