Some observations on your regex:
it has the parts that match the filename and parts that match the line number as alternates |
so it will never match both, and
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, view it on GitHub, or mute the thread.