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

Release Notes: Sprint 29

Peter Flynn edited this page Aug 16, 2013 · 13 revisions

What's New in Sprint 29

This sprint didn't turn out quite the way we expected! We worked on several features that became more complex than expected, and weren't ready in time to include in this sprint (see "Ongoing Research" below). As a result, there are fewer new features than usual – but hopefully more next time!

Full change logs: brackets and brackets-shell

UI Changes

Confirm folder delete - A confirmation dialog will appear when attempting to delete a whole folder. As before, deleted files/folders are sent to the trash, so you can still recover anything you delete this way.

Working Files - When two open files (in the "Working Files" list) have the same file name, the folder name is shown after a hyphen to make the labels less ambiguous.

API Changes

No changes to existing APIs.

New/Improved Extensibility APIs

Unit tests - We've extended the Jasmine API to add beforeFirst() and afterLast(), useful for setting up & tearing down anything shared across an entire test suite. Especially useful with SpecRunnerUtils.createTestWindowAndRun().

Known Issues

  • This build does not support Mac OS 10.6 (Snow Leopard). We expect to restore 10.6 support in the next sprint (see #4394).
  • 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.
  • #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).
  • #4362: Slow startup of Brackets and Live Preview on Windows due to Chrome proxy settings. See workaround https://support.google.com/chrome/answer/106010?hl=en.
  • 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

  • A new brackets-shell build is required only to enable the OS X "Open With" functionality. You may need to restart Finder for the rebuilt .app package to appear in Open With menus.

Bugs fixed in Sprint 29

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

Clone this wiki locally