Skip to content

Release Notes: Sprint 39

Peter Flynn edited this page May 1, 2014 · 19 revisions

This is a draft!

This document will not be finalized until the end of Sprint 39 -- approximately May 5.

What's New in Sprint 39

Full change logs: brackets and brackets-shell

UI Changes

Find menu added - All Find/Replace-related menu items have been moved from the Edit menu to a new Find top-level menu.

Non UTF-8 encodings - On Windows, earlier Brackets versions would open files with other encodings even though the file could not be displayed or saved correctly. Brackets now shows an error message and refuses to open the file, matching Mac versions of Brackets.

API Changes

Find commands - Find/Replace-related command ID constants (Commands.EDIT_FIND* and a few others) have been deprecated: use Commands.CMD_FIND* (and similar) instead. The raw ID string values have changed, so if you're using them instead of referencing the constants, your code will be broken immediately.

The menu item group constants Menus.MenuSection.EDIT_FIND_COMMANDS/EDIT_REPLACE_COMMANDS are deprecated: use Menus.MenuSection.FIND_FIND_COMMANDS/FIND_REPLACE_COMMANDS instead. Using the old constants will add your menu items to the end of the Edit menu.

New/Improved Extensibility APIs

Find menu - Use Menus.AppMenuBar.FIND_MENU to add menu items to the new Find top-level menu.

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.
  • #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.
  • #7127: With Chrome 34, using Live Preview will show a console error: "'CSS.getAllStyleSheets' wasn't found". This is harmless and shouldn't affect Live Preview.

Community contributions to Brackets

TODO

Pulling source code from Git

TODO...

  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Sprint 39

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

Clone this wiki locally