-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Regex multiline search broken #5674
Comments
Ok, you're right - I misread that. But with regex this happens: Not it says 0 of 1 (which is wrong on both counts in this case: There should be more than 1 match and it's showing red even though it thinks there's a match) Maybe I'm missing something about regEx search in the find because none of the |
But I can confirm that regex multiline search with |
\
Tracking this in existing issue #2869 |
Describe the bug
Whenever you type a
\
into the find dialog it turns the search expression red and disable the search nav buttons.Happens in plain mode as well as regex. As soon as you type the
\
the dialog appears to show an error and becomes non-selectable. Looks like in regEx mode the count is still accurate if you add a valid regEx escape sequence.Update: the regex multiline search
\n
is confirmed to be broken.Expected Behavior
Dialog not to show in error mode.
Current Behavior
Shows in red error mode.
Reproduction Steps
Kitchen sink - default page.
Ctrl-F
Type a search expression that includes a slash
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
latest
The text was updated successfully, but these errors were encountered: