-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release notes: Sprint 11
Sprint 11 is in progress until 7/20. These are draft notes.
Our main goals for the sprint were enhancing the core feature set (i.e. Initial code hinting) and to pay attention to the community feedback. We also did some bug fixing in the CEF3 related code and to pass all Unit Tests for the new App Shell. We built Code Completion infrastructure, continued App Shell improvements and appreciate working with contributors and the fast growing community.
-
Code Hinting Epic
-
Native Shell Epic
- CEF3 Shell Enhancements: Fix bugs and get most unit tests passing in the experimental new shell, based on Chromium Embedding Framework 3 (Brackets currently uses CEF 1). We plan to switch over to the new shell sometime within the next couple of sprints.
-
Misc
- Improved Esc key handling: Pressing Esc while a menu is open closes it. Pressing Esc while the cursor is inside an inline editor closes it. Pressing Esc while the cursor is in a regular editor closes all inline editors embedded in it.
- Test Scrolling Performance Enhancements
-
Architecture / Contributions
- Improved performance: [Switch project performance improvements] (https://github.com/adobe/brackets/pull/1197)
- To CodeMirror: Bug fix to prevent selection from being lost when using Ctrl+click to right-click on a Mac.
- ProjectManager - the openProject() method now accepts an optional project path. If no path is specified, then the Folder Chooser dialog is invoked (same behavior as before). If a project path is specified, then the current project is closed, and the new project is opened. The loadProject() method is now private.
- #1283: Text selection highlight jitters when horizontally resizing window.
- #1267: Text selection highlight doesn't extend further to the right if you scroll the editor horizontally.
Core code updates (pull requests)
- 1138 by [Pete Freitag] (https://github.com/pfreitag)
- 1166 by [junk] (https://github.com/jedverity)
- 1230 by [Moritz Heuser] (https://github.com/mheuser)
- 1232 by [Dennis Kehrig] (https://github.com/DennisKehrig)
- 1249 by [Sebastian Rodriguez] (https://github.com/srodrigu85)
Extensions
- https://github.com/jdiehl/brackets-color-picker by [Jonathan Diehl] (https://github.com/jdiehl)
- https://github.com/DennisKehrig/brackets-show-indentations [Dennis Kehrig] (https://github.com/DennisKehrig)
We appreciate an increasing number of bug fixes coming from the community, this as well as the feedback, a fact of the increased usage, is a great success.
For details on the bugs addressed, please refer to closed sprint 11 bugs. A few other bugs might have been fixed that weren't tagged.