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

Release Notes: 1.3

Peter Flynn edited this page Apr 19, 2015 · 17 revisions

This is a draft!

This page will not be finalized until the end of Release 1.3 -- approximately April 23.

What's New in Release 1.3

  • Code Editing
  • Command Line Integration
    • Launch Brackets from command line: On Windows & Mac, you can open files and folders in Brackets by typing brackets myFile.txt or brackets myFolder on the command line. To enable this optional feature:
      • Mac: choose File > Install Command Line Shortcut
      • Windows: when installing, leave Add "brackets" launcher to PATH for command line use selected
    • On Windows, you can also opt to make Brackets accessible from the Explorer context menu for all files and folders - leave Add "Open with Brackets" to Explorer context menus for all files and folders selected when installing
  • Brackets Health Report
    • Anonymous data to help improve Brackets: You can preview the data that will be sent, and opt-out if desired. We've gone to great lengths to protect your privacy and maintain transparency about what data is sent - please read our blog post for details.
  • Stability
  • Localization
    • Translation updates for: (TODO - updated locales in alphabetical order)

Full change logs: brackets and brackets-shell

UI Changes

Code Folding - Expand/collapse indicators now appear in the gutter next to the line numbers. To remove these from the UI, change your preferences to set code-folding.enabled to false.

Quick Open - The first item is automatically highlighted, making it more clear that you can press Enter immediately to jump to the top item (Down arrow not required). Pressing the Down arrow once highlights the 2nd item in the result (previously required two presses). Quick Find Definition no longer changes the scroll position before you start typing.

API Changes

TODO

Themes - Themes should include appropriate color styles for the new code folding UI: .CodeMirror-foldgutter-open:after, .CodeMirror-foldgutter-folded:after, .CodeMirror.over-gutter .CodeMirror-foldgutter-open:after, .CodeMirror-activeline .CodeMirror-foldgutter-open:after, and .CodeMirror-foldmarker. All these elements appear overlaid on top of the theme's editor (or editor gutter) background color.

New/Improved Extensibility APIs

TODO

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 his major effort contributing the code folding feature
    • Pull requests: 1

TODO

Pulling source code from Git

  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Release 1.3

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

Clone this wiki locally