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

Release Notes: 1.2

abose edited this page Feb 17, 2015 · 40 revisions

This is a draft!

This page will not be finalized until the end of Release 1.2 -- approximately February 19.

What's New in Release 1.2

  • Live Preview
    • Experimental Live Preview: Experimental multi-browser live preview can be enabled/disabled Under “File -> Enable Experimental Live Preview” menu. The Live Preview opens in your default browser, but you can paste the URL into other browsers and they'll all update at the same time. You can use the browser's dev tools without interrupting Live Preview. This does not currently support pages that use your own custom server.
  • UI Appearance
    • Windows High DPI support: Brackets in now HiDPI ready on devices running Windows 7 or higher. Text and images would be rendered crisper in win 8.1+ devices when OS scaling is applied. (Brackets is not optimized for per monitor DPI settings in a multimonitor setup).
  • Code Editing & Hinting
    • Drag & drop to move selected text: Select multiple segments of code in the editor(Ctrl+ click and drag over multiple text segments). You can start a drag gesture from any of the selected segment and drop it anywhere on the editor to move the selected test.
    • SVG code hints: Brackets now supports code hints for SVG files. (Note that SVG code hints doesn’t work with SVG code mixed in HTML files).
    • Dart language mode support:.
  • Bug Fixes
  • Linux
  • Localization
    • Translation updates for: Chinese (Simplified), Czech, Finnish, French, German, Serbian, Romanian.

Full change logs: brackets and brackets-shell

UI Changes

TODO / or No major changes to existing features.

API Changes

CodeMirror: Upgraded CM to 4.11

jQuery: Upgraded from 2.1.1 to 2.1.3

New/Improved Extensibility APIs

TODO

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.
  • 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

  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are significant 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.2

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

Clone this wiki locally