[Github-comments] [geany/geany] Multi-line matching with regular expression should be default (#1588)

vstepaniuk notifications at xxxxx
Tue May 21 17:21:15 UTC 2019


1. This is the same in almost all regex flavors (for historical reasons), so for consistency reasons I think it's better to keep an available "multi-line" option, rather than to make the user wonder, or to go to the documentation to find it out.
See also: https://www.regular-expressions.info/dot.html
2. If you want to search just for some non-printing characters like tab or newline, you can just enable the "Use escape sequences" option.
3. If, besides that, you need the full regex capability, you could just enable the "Use multi-line matching" option once and it will remain enabled until you disable it.

-- 
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/1588#issuecomment-494481793
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190521/4dc7f01b/attachment.html>


More information about the Github-comments mailing list