Skip to content

buildplugin tweaks

  1. Use named regex capture groups for the buildplugin output parser - This is a prework to implement target-specific user defined regexes, which I am currently working on. However, this commit looked good enough on its own.
  2. On selecting a target and pressing enter, kate switches to the output tab automatically. Sometimes I want to trigger a bunch of builds by Down -> Enter -> Down -> Enter ... without having to switch back from the output tab. This configuration is also persisted.

Merge request reports