[Github-comments] [geany/geany] Remove "-I" and "-F" opts from the default options for grep options (#1684)
antmak
notifications at xxxxx
Fri Nov 10 03:21:11 UTC 2017
https://github.com/geany/geany/blob/bc7e64f78f33ef867c9c1dfc2dc3ab76fd962ed1/src/search.c#L1553
and https://github.com/geany/geany/blob/bc7e64f78f33ef867c9c1dfc2dc3ab76fd962ed1/src/search.c#L1565
If we use 'ack' or 'ag' (silver search https://github.com/ggreer/the_silver_searcher ) as grep-tool, we encounter with problem like a
```
ag -nHIirF -- my_pattern
ag: invalid option -- 'I'
```
```
ack -nHIirF -- ranges
Unknown option: I
Unknown option: F
ack: Invalid option on command line
```
Currently we cannot tune that in Geany!
I propose to delete -I and -F frome the hardcode . If anybody needs he can use "Extra options" filed for that
--
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/1684
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171110/9b9fb443/attachment.html>
More information about the Github-comments
mailing list