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: sprint 23
DennisKehrig edited this page Mar 31, 2013
·
13 revisions
This document will not be finalized until the end of Sprint 23 -- approximately April 10.
-
TODO: category heading
-
Localization
Full change logs: brackets and brackets-shell
TODO - toolbar
-
QuickOpen.addQuickOpenPlugin(pluginDef)
now expectspluginDef.languageIds
instead ofpluginDef.fileTypes
. Using the latter still works for now, but is deprecated and will print a warning to the console. For HTML and CSS, only the key needs to be changed, for JavaScript,"js"
needs to be changed to"javascript"
.
- #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).
- 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.
- 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.
For details on the bugs addressed, please refer to closed sprint 23 bugs. A few of the fixed bugs might not be caught by this search query, however.