[Github-comments] [geany/geany] Compiler error regular expression does match user defined expression and default (#2817)

torsten-rupp notifications at xxxxx
Sun May 30 00:26:22 UTC 2021


The problem is with "more lines" is that the menu function "Next error" does not work as expected. It does not show the next error, but just the next warning or some other line which look like <filename>:<number>. How about to be able to click any line and just handling lines matching the expression as lines which can be found by "Next error"?

In the documentation it is written:
---
error_regex

    This is a Perl-compatible regular expression (PCRE) to parse a filename (absolute or relative) and line number from the build output. If undefined, Geany will fall back to its default error message parsing.
---

This is at least missleading. Geany does not fall back, it always use the default error message parsing if the user defined regular expression does not match.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2817#issuecomment-850918897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210529/c8e26b56/attachment-0001.htm>


More information about the Github-comments mailing list