[Github-comments] [geany/geany] Flawed command ordering re the 'Find in Files' "Files" filter (#2321)
Chris Graham
notifications at xxxxx
Tue Sep 24 21:28:51 UTC 2019
If I do a 'Find in Files' I can fill in the 'Files' setting to limit search to a particular file pattern (fif_files).
However, if I put in '--exclude' and '--exclude-dir' parameters into 'Extra options' it won't work. This is because '--include' has to come before --exclude*, but Geany puts the 'Extra options' before the fif_files.
Simply flipping it around in the `get_grep_options` function seems to work for me.
--
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/2321
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190924/db4c127a/attachment.html>
More information about the Github-comments
mailing list