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

Release Notes: 0.41

Randy Edmunds edited this page Jul 18, 2014 · 12 revisions

What's New in Release 0.41

Full change logs: brackets and brackets-shell

UI Changes

No major changes to existing features.

API Changes

No known changes to public APIs.

New/Improved Extensibility APIs

Search - Use FindInFilesUI.searchAndShowResults() to programmatically trigger a 'Find in Files' operation and show its results in the bottom panel.

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.
  • 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 not required this sprint.
  • brackets-shell's Node dependencies have changed. So if you do rebuild it, run npm install before rebuilding brackets-shell.
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Release 0.41

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

Clone this wiki locally