forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed eclipse-theia#5609: supported workspace search in dirty (unsave…
…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]>
- Loading branch information
fangnx
committed
Aug 23, 2019
1 parent
bd04424
commit c7841a1
Showing
2 changed files
with
184 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters