-
Notifications
You must be signed in to change notification settings - Fork 183
Release notes: Sprint 12
This document will not be finalized until the end of Sprint 12 -- August 10.
- Code Hinting
- Native Shell
- Other Enhancements
LiveDevelopment - Two new API functions: enableAgent(name)
and disableAgent(name)
.
Live Development has a number of more "experimental" agents that are disabled by default. However, some extensions (e.g. jdiehl/brackets-debugger) would like to use these agents. So, calling these functions allows enabling/disabling of specific experimental agents. The new agents take effect the next time a live development session starts. Current live development sessions are not affected.
Async utilities - New doSequentiallyInBackground()
API for slicing up a synchronous task into chunks that run in the background, automatically ensuring some idle time occurs periodically.
- Add doSequentiallyInBackground() utility API by Josh Hatwich
- Move Line(s) Up/Down command by Bruno Filippone
For details on the bugs addressed, please refer to closed sprint 12 bugs. A few other bugs might have been fixed that weren't tagged.