[Github-comments] [geany/geany] Jump to line number when regex matched in Message and Compile window (#2121)

elextr notifications at xxxxx
Wed Apr 10 22:49:07 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190410/fdd363e8/attachment.html>


More information about the Github-comments mailing list