Currently `error_regex` is only documented under `[build_settings]`, and I've found that doesn't work when there's also a `[build-menu]` section in a user filetype file. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2257
-- Commit Summary --
* [docs] Move error_regex section to [build-menu]; add filetype example
-- File Changes --
M doc/geany.txt (55)
-- Patch Links --
https://github.com/geany/geany/pull/2257.patch https://github.com/geany/geany/pull/2257.diff
Looks good.
I've found that doesn't work when there's also a [build-menu] section in a user filetype file.
Yes, the docs do actually say `[build_menu]` overrides on the line after one you changed (original line 4304) :grin:.
A single file is not really supposed to have both `[build_menu]` (the "new" settings) and `[build_settings]` (the "old" settings), they don't have exactly the same semantics so their overlap is possibly confused.
Merged #2257 into master.
github-comments@lists.geany.org