Hi, As some plugin authors didn't like having to implement plugin_configure properly and we now have a multiple-plugin configure dialog in SVN, I added a plugin_configure_single symbol:
http://www.geany.org/manual/reference/pluginsymbols_8c.html#a5d574ade6576014...
Any plugins that don't implement plugin_configure properly will now annoy users using the multiple-plugin configure dialog, so please change them to use plugin_configure_single ;-)
Of course, implementing plugin_configure properly is still the best way.
Regards, Nick