-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
cmd+E (action.findWithSelection) does not work with multiple line selections #47400
Comments
IMO the problem here is we don't have a plain text multiline search support (other than regex) in the Find Widget, let's track it in #15727 . |
Verifier: Firstly, test the existing behavior of
|
The fix went in pretty late in this iteration, even though it fixes this issue, it leads to #109756 and it's not trivial to make it all correct. So I'll revert my fixes and look deep into this next iteration. |
Fixed via 6acc9ff with unit tests. |
Steps to Reproduce:
cmd+e
to invokeaction.findWithSelection
cmd+e
/action.findWithSelection
works as expected.Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: