Skip to content

Test: Multi select for editor tabs #213550

Closed
@benibenj

Description

@benibenj

Refs: #119327

Complexity: 4

Create Issue


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 pressed Ctrl+Click during with the current selection, then the active editor is the Anchor editor

With Ctrl + Click:
Image

With Shift + Click:
Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions