Skip to content

Release Notes: Sprint 16

peterflynn edited this page Nov 7, 2012 · 21 revisions

What's New in Sprint 16

Full change logs: brackets and brackets-shell

UI Changes

Extensions folder - The location where you install extensions has changed. See above for details.

Project settings - A Project Settings dialog is accessible from the File menu or the project dropdown menu in the sidebar. Currently the only setting available is the Live Preview Base URL.

Code hinting - Tab and Enter now work exactly the same when accepting a code hint suggestion.

API Changes

Extensions folder - The src/extensions/user folder has been removed. Use src/extensions/dev for developing extensions (or the new user-specific folder described above, but note that unit tests will only be read from the dev location).

Require 2.1.1 - For better error handling while loading extensions, we've upgraded) from Require 1.0.3 to 2.1.1.

EditorManager focusedEditorChange event - renamed to activeEditorChange

CodeHintManager - now requires a code hint provider to return true by default in its handleSelect() function. A code hint provider can return false if it wants to keep the hint list open after inserting a user selection.

New/Improved Extensibility APIs

Known Issues

  • Previous versions of the PhoneGap Build extension do not work with this release. Download an updated version via the link above.
  • #1551: Changes within an extension (or a unit test) are not reflected by a simple "Debug > Reload Brackets." Workarounds:
    • Quit and re-launch Brackets to pick up the changes.
    • Open Developer Tools, click the gear icon in the lower-right, and select "Disable cache." This setting is remembered, but is only in effect so long as the Developer Tools browser tab remains open.
  • 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.
  • Debug > Show Developer Tools opens in a new tab in Chrome, rather than a new window in Brackets.
  • #1283: Text selection highlight sometimes jiggles when horizontally resizing window.
  • 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.

Community contributions to Brackets

Contributions from Brackets

Bugs fixed in Sprint 16

For details on the bugs addressed, please refer to closed sprint 16 bugs. A few of the fixed bugs might not be caught by this search query, however.

Clone this wiki locally