Part of the [Split View feature](https://trello.com/c/8YAFyAZD/500-epic-split-view-multiple-documents) in Brackets 1.0. ### Dependencies - [x] [SplitView -Add view provider mechanics](https://github.com/adobe/brackets/issues/8787) - [x] [SplitView - Refactoring](https://github.com/adobe/brackets/pull/8045) ### Tasks - [x] Move "editorAreaResize" event to MainViewManager - [x] Implement New Editor APIs - [x] Implement editor create - [x] Scaffolding (Temporary) UI - [x] Implement Pane Management (maps the working set to the pane) - [x] Migrate Editor Management from EditorManager to Pane - [x] Deprecate Editor Manager APIs - [x] Update titlebar on document switch - [x] Move "currentDocument" management and EditorManager "currentlyViewedPath" to pane as "currentView" - [x] Implement WorkingSetView Creation - [x] Implement working set view context and gear menus - [x] Implement "merge" splitviews (the unsplit) - [x] update close others extension - [x] Implement serialization code - [x] Rejigger working set gear menu and preferences - [x] Implement View Layout APIs - [x] Unit tests
Part of the Split View feature in Brackets 1.0.
Dependencies
Tasks