-
Notifications
You must be signed in to change notification settings - Fork 62
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
Events table search filter causes displayed string to change when using groups #1160
Labels
bug
Something isn't working
Comments
PatrickTasse
added a commit
to PatrickTasse/theia-trace-extension
that referenced
this issue
Jan 28, 2025
Use global regex to get all matching groups not only the first match. Handle different behavior of String.split() when regex contains groups. Fixes eclipse-cdt-cloud#1160 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
1 task
PatrickTasse
added a commit
to PatrickTasse/theia-trace-extension
that referenced
this issue
Jan 28, 2025
Use global regex to get all matching strings not only the first match. Handle different behavior of String.split() when regex contains capturing groups. Fixes eclipse-cdt-cloud#1160 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
to PatrickTasse/theia-trace-extension
that referenced
this issue
Jan 28, 2025
Use global regex to get all matching strings not only the first match. Handle different behavior of String.split() when regex contains capturing groups. Fixes eclipse-cdt-cloud#1160 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
to PatrickTasse/theia-trace-extension
that referenced
this issue
Jan 28, 2025
Use global regex to get all matching strings not only the first match. Handle different behavior of String.split() when regex contains capturing groups. Fixes eclipse-cdt-cloud#1160 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
PatrickTasse
added a commit
that referenced
this issue
Jan 28, 2025
Use global regex to get all matching strings not only the first match. Handle different behavior of String.split() when regex contains capturing groups. Fixes #1160 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
Events table search filter causes displayed string to change when using groups.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: