The regular expression is OK. The problem I have is that I get more red lines 
than the expression is matching. The problem is that 
filetypes_parse_error_message() also return FALSE if a line do NOT match to the 
expression. E. g. if the expression is something like

foo

thenthe compiler output lines

foo
/abc:123

will match. The line "foo" is matched with the regular expression, the line 
"/abc:123" is matched by the default parsing implementation. Tthe manual says 
the default parsing is used if the regular expression is undefined. But the 
default parsing is used also if the regular expression is defined in case it is 
valid, but just do 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-850921380

Reply via email to