@elextr commented on this pull request.
If you're reordering or changing existing elements of structs that are used as part of the plugin API, you must increment GEANY_ABI_VERSION in plugindata.h. This is usually not needed if you're just appending fields to structs. The GEANY_API_VERSION value should be incremented for any changes to the plugin API, including appending elements.
-If you're in any doubt when making changes to plugin API code, just ask us. +If you're in doubt when making changes to plugin API code, just ask us.
Not sure why you took the "any" out?