Add endRegex group or last line folding index to Output #136
TonyGravagno
started this conversation in
Issue Triage
Replies: 1 comment
-
|
Can you give an example (settings and code)? Thx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With an array of foldLastLine values, when the Output window shows a match we don't know which one of the groups matched.
I look at the regex, count the pipe delimeters, compare it to the foldLastLine array, and then look at folded code to see which one of the patterns matched to trigger the last line condition. Or I'll just change a couple of the likely booleans and watch to see if the fold changes.
It would be much more elegant if the output showed the index number of the matched group, and/or the regex of that group.
Related concepts not worth an Issue now but just discussion:
Beta Was this translation helpful? Give feedback.
All reactions