Some observations on your regex: 1. it has the parts that match the filename and parts that match the line number as alternates `|` so it will never match both, and
2. it has three subpatterns `()`, not just two, thats ok, but be aware Geany will only look at the first two. -- 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/2121#issuecomment-481896574
