[Github-comments] [geany/geany] Find in Files: Support pcregrep (#2364)

Nick Treleaven notifications at xxxxx
Thu Oct 17 17:12:02 UTC 2019


Fixes #2322.
This allows multi-line regex matching when `-M` is used in the Extra Options entry.
I had to rework a0d6a1f618d963e95df656b3e9cc150e4adb95c4 so it doesn't break now that the file patterns have escaped asterisks `\*`, but the new code is cleaner anyway. Note that for me, that commit wasn't necessary, grep does filter files passed explicitly with `--include`.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2364

-- Commit Summary --

  * Find in Files: Support pcregrep
  * Use settings.fif_files instead of parsing --include options

-- File Changes --

    M src/search.c (63)

-- Patch Links --

https://github.com/geany/geany/pull/2364.patch
https://github.com/geany/geany/pull/2364.diff

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


More information about the Github-comments mailing list