-
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
Multiselect and delete in Search-in-Workspace #11874
Labels
search in workspace
issues related to the search-in-workspace
Comments
colin-grant-work
added
the
search in workspace
issues related to the search-in-workspace
label
Nov 16, 2022
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Mar 21, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
1 task
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Mar 21, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Mar 21, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
1 task
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Mar 24, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Implements `Ctrl`+`C` keybinding in search-in-workspace to copy results. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Mar 28, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Implements `Ctrl`+`C` keybinding in search-in-workspace to copy results. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 4, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Implements `Ctrl`+`C` keybinding in search-in-workspace to copy results. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 4, 2023
Closes eclipse-theia#11874 Implements multiselect in search-in-workspace. Implements `delete` keybinding in search-in-workspace to dismiss results Implements `Ctrl`+`C` keybinding in search-in-workspace to copy results. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 4, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 5, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 5, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 5, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 5, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 6, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 6, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 14, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
FernandoAscencio
added a commit
to FernandoAscencio/theia
that referenced
this issue
Apr 14, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
vince-fugnitto
pushed a commit
to FernandoAscencio/theia
that referenced
this issue
May 8, 2023
Closes eclipse-theia#11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
vince-fugnitto
pushed a commit
that referenced
this issue
May 8, 2023
Closes #11874 Implements in Search-In-Workspace: - Multiselect search results. - `delete` keybinding dismiss selected results. - `Ctrl`+`C` keybinding to copy selected results. - Handling for action buttons: `Replace` and `Dismiss` - `Replace` action in context menu with keybinding `enter` in replace-inputbox refreshes search results, instead of on every key. Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description:
In VSCode, it's possible to select multiple nodes of the Search in Workspace widget and then delete them from the search set all at once. Theia's SiW widget does not support multi-select. It's a convenient feature if there are many results.
From VSCode:
The text was updated successfully, but these errors were encountered: