https://github.com/geany/geany/blob/bc7e64f78f33ef867c9c1dfc2dc3ab76fd962ed1... and https://github.com/geany/geany/blob/bc7e64f78f33ef867c9c1dfc2dc3ab76fd962ed1...
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