This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: 1.2
abose edited this page Feb 18, 2015
·
40 revisions
This page will not be finalized until the end of Release 1.2 -- approximately February 19.
-
Code Editing & Hinting
- Drag & drop to move multiple selected text (Experimental): 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 text. You can try out this feature by setting “dragDropText” preference to true.
- 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:.
- Code hints are now provided for color keywords along with its color swatch.
-
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).
-
Live Preview
- Experimental Live Preview: Experimental multi-browser live preview can be enabled/disabled Under “File -> Enable Experimental Live Preview” menu (This does not currently support pages that use your own custom server).
-
Bug Fixes
- Multi-monitor window positioning: Brackets no longer starts up positioned off screen after a monitor is unplugged or screen resolution is changed.
-
Localization
- Translation updates for: Chinese (Simplified), Czech, Finnish, French, German, Serbian, Romanian.
Full change logs: brackets and brackets-shell
TODO / or No major changes to existing features.
CodeMirror: Upgraded CM to 4.11
jQuery: Upgraded from 2.1.1 to 2.1.3
InlineColorEditor: Replacing InlineColorEditor(color, startBookmark, endBookMark) with InlineColorEditor(color, marker) Using TextMarker object for InlineColorEditor rather than bookmark for start and end position.
TODO
- 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.
- SVG Code Hints (#10084) by Amin Ullah Khan
- Implement CM Drag & Drop by Marcel Gerber
- Add Dart mode by Marcel Gerber
- Improve TokenUtils performance through caching by Marcel Gerber
- Hint color names in CSS Code Hints by Marcel Gerber
- Update 'addBinding' documentation in KeyBindingManager. by Martin Zagora
- Don't throw an exception if currentTheme is undefined by Marcel Gerber
- Handle undefined theme the right way by Marcel Gerber
- Update URL to Jasmine (Fixes #10259) by Steffen Bruchmann
- Update index.html by Pooya Parsa Dadashi
- Update Copyright year to 2015 by Marcel Gerber
- Add -lpthread to LIBS (libraries). by Arzhan "kai" Kinzhalin (Intel Corp)
- Support initialDirectory and title in Linux' showOpenDialog by Marcel Gerber
- Send the error over to the callback if decompress-zip fails by Marcel Gerber
- Fix #10142. LiveDev2: Firefox highlight does not have fade-away effect. by Arzhan "kai" Kinzhalin (Intel Corp)
- Live Preview MultiBrowser improvements (#10206, #10239) by Arzhan "kai" Kinzhalin (Intel Corp)
- Highlight matched hints by Amin Ullah Khan
- Use upper/lowercase colors in Inline Color Editor by Triangle717
- Put an array of all the color names in ColorUtils by Marcel Gerber
- SVG code hints cleanup by Amin Ullah Khan
- Romanian locale update by Micleusanu Nicu
- Multiple ColorEditor fixes by Marcel Gerber
- Smarter line clipping in Find in Files by Marcel Gerber
- Show colored swatch in CSS Code Hints by Marcel Gerber
- Fix memory leak in CSS & SVG Code Hints by Marcel Gerber
- For #5852: Clicking an Extension Manager tab while still loading will show it by Marcel Gerber
- Change font weight of menu items to 400 instead of 200, improves readability by Mark Simulacrum
- Fix for ImageView bug 5960 & 10180 by EJanuszewski
- Get rid of deprecation warnings in LiveDevMultiBrowser by Arzhan "kai" Kinzhalin (Intel Corp)
- Update translation. by mistyhua
- Update jQuery -> 2.1.3 by Marcel Gerber
- German Translation by Marcel Gerber
- Add missing attribute by Amin Ullah Khan
- Fixed typos in MainViewFactory docs by Amin Ullah Khan
- Fix memory leak in ExtensionManagerViewModel by Marcel Gerber
- Update for Serbian translation by goranvasic
- Finnish translation for 1.2 by valtlait
- Czech translation for v1.0 by Pavel Dvořák
- FR and JP translation fix for Getting Started index.html file by pantkowiak
- Czech translation for v1.1 by Pavel Dvořák
- 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.
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.