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

Release Notes: Sprint 38

Peter Flynn edited this page Mar 28, 2014 · 25 revisions

This is a draft!

This document will not be finalized until the end of Sprint 38 -- approximately April 4.

What's New in Sprint 38

Full change logs: brackets and brackets-shell

UI Changes

No major changes to existing features.

API Changes

CodeMirror v4 & multiple cursors/selections - See the Brackets CodeMirror v4 Migration Guide.

PHP files - Editor.getLanguageForSelection() will now return the correct "php" language (instead of the generic "clike").

New/Improved Extensibility APIs

Inline Editors - When a provider has nothing to show for the current cursor position, it can return an explanation string instead of just null. If no providers respond, the explanation is shown in a popup. This can help make inline editing functionality more discoverable to users.

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

TODO

Pulling source code from Git

TODO

Bugs fixed in Sprint 38

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

Clone this wiki locally