-
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
[search-in-workspace] search does not respect dirty changes #5609
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
search in workspace
issues related to the search-in-workspace
Comments
vince-fugnitto
added
bug
bugs found in the application
search in workspace
issues related to the search-in-workspace
labels
Jun 28, 2019
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 5, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 8, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 12, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 12, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 26, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 29, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 29, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 29, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 29, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Jul 29, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 6, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 23, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
8 tasks
fangnx
pushed a commit
to fangnx/theia
that referenced
this issue
Aug 23, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
vince-fugnitto
pushed a commit
to fangnx/theia
that referenced
this issue
Sep 4, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
vince-fugnitto
pushed a commit
to fangnx/theia
that referenced
this issue
Sep 4, 2019
…d) file content - The `Search-in-Workspace` now can correctly search content in dirty files (file with unsaved changes). - Search results in dirty files will be replaced in correct line and character position. - Implemented by conducting a search in all currently tracked dirty files, before the backend ripgrep search. Signed-off-by: fangnx <[email protected]>
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
search in workspace
issues related to the search-in-workspace
Description
The
search-in-workspace
widget does not respect dirty changes.If an editor
A
has dirty changes and thesearch-in-workspace
is used to search such changes, no results are found fromA
.How to Reproduce
vincent
).search-in-workspace
widget.search-in-workspace
widget will not show the result.The text was updated successfully, but these errors were encountered: