You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to be able to set a condition which depends on another condition having been matched on a previous line.
e.g.
Running tests: // Create condition 1: .*tests.*
...
...
...
Process finished with exit code 0 // want to highlight this line ONLY if condition 1 was met
Describe the solution you'd like
Within a group in settings, have a column "match previous" with checkboxes which when ticked would mean that subsequent conditions would only be considered a match if all previous conditions were also met
The text was updated successfully, but these errors were encountered:
chrissyast
changed the title
Only match condition if previous condition has been matches
Only match condition if previous condition has been matched
May 1, 2024
Is your feature request related to a problem? Please describe.
I want to be able to set a condition which depends on another condition having been matched on a previous line.
e.g.
Describe the solution you'd like
Within a group in settings, have a column "match previous" with checkboxes which when ticked would mean that subsequent conditions would only be considered a match if all previous conditions were also met
The text was updated successfully, but these errors were encountered: