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

Release Notes: 1.5

Arun Bose edited this page Oct 14, 2015 · 6 revisions

What's New in Release 1.5

  • Fold Selected Text: Select any text block in the editor and fold markers will appear to collapse the selected text.

  • Instant Search (Improved Stability and Performance): Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly.

  • CSS Code Hints in PHP: CSS code hints are now available for style elements inside PHP files.

  • Remember Collapsed Linters: Remember collapsed state of linters on switching files.

  • Improve JS Code Hints performance in minified files: JS Code Hints now perform more efficiently with minified files

  • Resolve Brackets freezing/crashing on windows on reload: Fixed the crash when reloading Brackets through "Debug > Reload With Extensions" menu

  • El Capitan Fixes: Fixed full-screen bugs with Brackets on El Capitan.

Full change logs: brackets and brackets-shell

Known Issues

  • 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

Special thanks to Patrick Oladimeji for Selection Based Code Collapse feature and ficristo for Remember Collapsed Linters

Pulling source code from Git

  • A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
  • Rebuilding/updating brackets-shell is optional for this release.
  • Rebuilding/updating brackets-shell is not required for this release.
  • brackets-shell's Node dependencies have changed. 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.
  • A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.5

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

Clone this wiki locally