Skip to content

Release Notes: Sprint 33

Randy Edmunds edited this page Oct 28, 2013 · 34 revisions

This is a draft!

This document will not be finalized until the end of Sprint 33 -- approximately October 29.

What's New in Sprint 33

Full change logs: brackets and brackets-shell

UI Changes

Dark-themed window chrome on Mac - the Mac shell now has a dark window chrome that visually complements the Brackets UI. (The Windows shell received a similar update in Sprint 31).

Dialogs - Modal Dialogs are now auto-centered both horizontally and vertically over the Brackets Window.

API Changes

TODO - utility API deprecations/removals due to lodash integration

Image files - TODO

Inline editors - TODO: automatically-created close button; InlineTextEditor.editors removal

Files - TODO: trailing-"/" cleanups; deprecated FileUtils.canonicalizeFolderPath()

New/Improved Extensibility APIs

Lodash - TODO

Closing files - TODO: new DocumentCommandHandlers API for closing multiple files in a batch

Known Issues

  • Mountain Lion (OS X 10.8) by default will not allow Brackets to run since it's not digitally signed yet. To work around this, right click the Brackets app and choose Open. You only need to do that once -- afterward, launching Brackets the normal way will work also.
  • #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.
  • #3207: If you use a Sprint 21 or earlier build after using this build at least once, a few preferences such as Recent Projects may get reset. (You can back up your cache folder if you're concerned about this).
  • #4362: Slow startup of Brackets and Live Preview on Windows due to Chrome proxy settings. See workaround.
  • 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

Updated german translation by SAPlayer German translation of samples by SAPlayer Spanish strings for Sprint 33 by jbalsas Finnish translation fixes, more fixes by jukkah Start live development if there is no open file by SAPlayer Added Serbian translation by Gocilla Fix sv Node translation by micole css quick edit blank line number by thehogfather Clicking project-dropdown-toggle again closes the dropdown by SAPlayer Recent Projects - Pressing delete key removes project from list by sandeepjain Fix wrong path of Getting Started directory in Polish version by mateuszgachowski remove all menu items and dividers prior to removing menu by lkcampbell Provide i18n for InlineBezierCurveEditor by SAPlayer Change not.toBeNull() to toBeTruthy() in unit tests by gmeluski Fix URL hints not showing by WebsiteDeveloper Update 'de' locale by mynetx czech language by kvarel Fix: Quick View popup closes & reopens... by SAPlayer Standardize the format of nls files by SAPlayer Fix layout issue by WebsiteDeveloper Removed all references to CodeHintManager from Editor by WebsiteDeveloper Find in Files - No result by cosmosgenius Inline Editor Close Button by VizuaaLOG Remove preferences migration code by WebsiteDeveloper Fix Tests for non English locales by WebsiteDeveloper

Pulling source code from Git

more TBD

  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Sprint 33

For details on the bugs addressed, please refer to closed sprint 33 bugs. A few of the fixed bugs might not be caught by this search query, however.

Clone this wiki locally