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

elextr notifications at xxxxx
Wed May 22 01:00:02 UTC 2019


Its not just a regex option, when the `multiline` option is clear Geany actually searches line by line.

This is also a premature optimization since it can save having to coalesce the Scintilla buffer which can result in moving the entire document in memory if the cursor is near the start of a document.  If thats really an issue requires benchmarking, but its likely to only apply to _very_ large documents (and whats large depends on your machine).

As to which should be the default, myeh.

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


More information about the Github-comments mailing list