Closed
Description
Refs: #119327
Complexity: 4
This month we added support for selecting multiple editor tabs and running some action with them.
How it works:
Ctrl + Click
a tab: Opens the editor as active and the previous opened tab is selected. If it was selected, it unselects the tab if possible.Ctrl + Shift
a tab: Opens the editor as active and selects all editors between the the Anchor editor and the new active tab.- The Anchor editor is the last tab which a user
Ctrl + Click
to add to the current selection. If the user has only has not pressedCtrl+Click
during with the current selection, then the active editor is the Anchor editor
- The Anchor editor is the last tab which a user
Testing:
- Select multiple tabs and move them around in the same group
- Select multiple tabs and move them out into a new group/window
- Select multiple tabs and right click on one of them. Run some of the actions available in the context menu.
- Select multiple tabs and press
Ctrl + W
which should close the selected tabs