Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Release Notes: Sprint 37

Peter Flynn edited this page Mar 14, 2014 · 13 revisions

This is a draft!

This document will not be finalized until the end of Sprint 37 -- approximately March 13.

What's New in Release #37

Full change logs: brackets and brackets-shell

UI Changes

No major changes to existing features.

API Changes

Preferences - TODO

File System - Paths with unsupported Windows-style separators ("" instead of "/") are now explicitly rejected immediately; previously they were accepted by FileSystem but behaved brokenly in various ways.

Editor - The optionChange event now uses the Brackets names for the options, rather than the CodeMirror names (for example "wordWrap" rather than "lineWrapping"). See Editor.js for the complete list.

New/Improved Extensibility APIs

Optional requirejs-config.json - Allows extensions to define their own RequireJS configuration file requirejs-config.json before the main.js entry point loads. File format must follow http://requirejs.org/docs/api.html#config. Read more...

Known Issues

  • 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.
  • On Windows XP, Brackets will not detect external file changes instantly. It behaves similarly to Sprint 35 and earlier releases - changes are detected upon window activation, and the folder tree must be manually refreshed.
  • #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.
  • #4362: Slow startup of Brackets and Live Preview on Windows due to Chrome proxy settings. See workaround.
  • 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.

Community contributions to Brackets

Pulling source code from Git

  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Sprint 37

For details on the bugs addressed, please refer to closed sprint 37 bugs. Not all fixed bugs will be caught by this search query, however.

Clone this wiki locally