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, view it on GitHub, or mute the thread.