After activating the Auto-mark plugin, Find → Find All → Mark no longer marks all matches. Deactivating the plugin restores normal behaviour.
My system is a Debian 9.5 (Stretch Stable) with XFCE. Both Geany and the Auto-mark plugin have been installed from the Debian stable repository. The output of `geany -V is`: `geany 1.29 (built on 2016-11-16 with GTK 2.24.31, GLib 2.50.2)`
Not an expert on automark, but I would have expected this to be its normal behaviour. It is continuously marking whats under the cursor, so if Find All->Mark marks matches then the automark plugin will immediately come along and remove those matches (since they don't match its requirements) and then it will mark what it wants.
Also not an expert on automark or any other plugins but, here to report same problem. As far as i see this behavior only occurs when there is no word under cursor. Probably due to this condition https://github.com/geany/geany-plugins/blob/master/automark/src/automark.c#L...
github-comments@lists.geany.org