-
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
Add support for multiline searches #12868
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Christian Radke <c.radke@posteo.de>
Signed-off-by: Christian Radke <c.radke@posteo.de>
Signed-off-by: Christian Radke <c.radke@posteo.de>
62345db
to
d2646eb
Compare
Signed-off-by: Christian Radke <c.radke@posteo.de>
Thanks for the feedback! Please pull again, I have pushed a fix for the issue. |
packages/search-in-workspace/src/browser/components/search-in-workspace-textarea.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spotted, thanks! Had to do with the move to react-autosize-textarea. I have updated the CSS to fix the regression. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good functionally. I just have two comments, see below.
packages/search-in-workspace/src/browser/search-in-workspace-result-tree-widget.tsx
Outdated
Show resolved
Hide resolved
packages/search-in-workspace/src/browser/search-in-workspace-result-tree-widget.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks 👍
What it does
Fixes #11656
How to test
Open the same folder in both Theia and VSCode, search for the same multiline string and compare.
Review checklist
Reminder for reviewers