Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29024

Support displaying all matching captures

XMLWordPrintable

      Currently, we can do
      ${1,1} for the first item from the first capture group
      ${1,2} for the second
      ${2,1} for the first item from the second capture group
      etc.

      I would like to show all matches for an indication.
      For example a file:

      foo
      foo
      bar
      foo

      that matched on "foo" would give me 3 results.

      Is this currently supported? I'm not even sure the plugin continues scanning for each indication once an indication has matched once.

            t_westling Tomas Westling
            cybertech CyberTech
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: