-
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 preview is missing trailing whitespaces #5987
Labels
Comments
vince-fugnitto
added a commit
that referenced
this issue
Aug 19, 2019
Fixes #5987 - fixed an issue where leading and trailing whitespaces were not being displayed from the `search-in-workspace` result tree leading to confusion and overall an annoying behavior. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a trailing whitespace. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a leading whitespace. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
1 task
vince-fugnitto
added a commit
that referenced
this issue
Aug 20, 2019
Fixes #5987 - fixed an issue where leading and trailing whitespaces were not being displayed from the `search-in-workspace` result tree leading to confusion and overall an annoying behavior. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a trailing whitespace. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a leading whitespace. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Aug 20, 2019
Fixes #5987 - fixed an issue where leading and trailing whitespaces were not being displayed from the `search-in-workspace` result tree leading to confusion and overall an annoying behavior. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a trailing whitespace. - added an additional test to `ripgrep-search-in-workspace-server.slow-spec.ts` which tests the result of a search including a leading whitespace. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
try to search for
"something "
where the trailing space is matched as well,e.g.
something something
.currently, the preview including the highlighted search string will remove the trailing whitespace,
e.g.
somethingsomething
this is a bit annoying when it comes to preview of replacements.
The text was updated successfully, but these errors were encountered: