Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-selection in Tree View #9074

Closed
rayakoren opened this issue Feb 16, 2021 · 1 comment · Fixed by #12088
Closed

Support multi-selection in Tree View #9074

rayakoren opened this issue Feb 16, 2021 · 1 comment · Fixed by #12088
Assignees
Labels
help wanted issues meant to be picked up, require help vscode issues related to VSCode compatibility

Comments

@rayakoren
Copy link

Support multi-selection of tree items in Tree View.

Feature Description:

Feature should allow selecting more than 1 item in tree view using Ctrl + Click on the relevant items.

Can be added as a property of TreeViewOptions like in vscode api:

canSelectMany?: boolean

Whether the tree supports multi-select. When the tree supports multi-select and a command is executed from the tree, the first argument to the command is the tree item that the command was executed on and the second argument is an array containing all selected tree items.

@vince-fugnitto
Copy link
Member

Closing in favor of #10102.

@tsmaeder tsmaeder reopened this Jan 18, 2023
@tsmaeder tsmaeder self-assigned this Jan 18, 2023
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 18, 2023
Fixes eclipse-theia#9074

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 19, 2023
Fixes eclipse-theia#9074

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 23, 2023
Fixes eclipse-theia#9074

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted issues meant to be picked up, require help vscode issues related to VSCode compatibility
Projects
None yet
3 participants