mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* Maximize editor * unmaximze instead of exit maximize * add tests * 💄 * adopt changes * 💄 * 💄 * 💄 * 💄 * 💄 * 💄 * move context key to WorkbenchContextKeysHandler * 💄 * 💄 * bug fix * 💄 * touch file to remove from diff * test maximized group event * Update editor group behavior * 💄 * 💄 * 💄 * 💄 * 💄 * 💄 * setvisibility unmaximizes view if maximized * Add visibility option to serialized branch node and update gridview reconstruction behavior * Fix arrangeGroups method signature * Save maximized view by location * Fix activeGroup check in EditorPart * 💄 * 💄 * Add gridWidgetDisposables to prevent memory leaks. * simplify GridView.setChildVisible * Refactor Grid class to return IDisposable from maximizeView method * 💄 * move maximizing to gridview layer * Fix trySet2x2 method to exit maximized view before setting 2x2 * fix bug * hasMaximizedGroup * Refactor GridView for hasMaximizedView * fix migrations * Fix double click tab toggle value in workbench editor * 💄 * Fix editor group expansion test * 💄 * 💄 * 💄 * Fix migration with new settings validation --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com> Co-authored-by: João Moreno <joao.moreno@microsoft.com>