-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[vscode] Support TreeDragAndDropController and optional property TreeViewOptions.dragAndDropController #11778
Labels
vscode
issues related to VSCode compatibility
Comments
6 tasks
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Jan 8, 2023
…ipse-theia#11776 Adds support for contributing drag and drop controller in the tree view plugin API Contributed on behalf of ST Microelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 task
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Jan 12, 2023
…ipse-theia#11776 Adds support for contributing drag and drop controller in the tree view plugin API 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 13, 2023
…ipse-theia#11776 Adds support for contributing drag and drop controller in the tree view plugin API 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
…ipse-theia#11776 Adds support for contributing drag and drop controller in the tree view plugin API Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
tsmaeder
added a commit
that referenced
this issue
Jan 20, 2023
Support tree view drag and drop. Fixes #11778, Fixes #11776 Adds support for contributing drag and drop controller in the tree view plugin API 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
TreeDragAndDropController API was added in version 1.66.0, along the optional property dragAndDropController in TreeViewOptions
It provides support for drag and drop in TreeView.
The text was updated successfully, but these errors were encountered: