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 13
tvoliter edited this page Aug 16, 2012
·
16 revisions
This document will not be finalized until the end of Sprint 13 -- August 30.
- Localization
- Install/Upgrade Usability
- Code Hinting
- The DOM is no longer completly initialized when require.js loads Brackets modules. Any modules that depend on or modify HTML during load should now listen for the "htmlContentLoadComplete" event that is triggered from the brackets global object before touching the dom. Brackets plugins are unaffected since plugins are loaded after the DOM initialization is complete.
Command infrastructure - new CommandManager.getAll()
API: returns all registered commands. Could be used to build a shortcut key assignment UI, etc.
For details on the bugs addressed, please refer to closed sprint 13 bugs. A few of the fixed bugs might not be caught by this search query, however.