[Geany-Users] Geany markdown plugin

Matthew Brush mbrush at xxxxx
Thu Mar 29 01:28:31 UTC 2018


On 2018-03-28 06:21 PM, Lex Trotman wrote:
>>
>> But it tests for version 1.29 or later and I have 1.31??
>>
> 
> The test should be against an API version, not the version of Geany,
> but maybe someone didn't bump the API requirement when that function
> was used.
> 

It's not a plugin, it's just a cross-plugin utility library[0], so it 
can't do the usual in-code plugin API/ABI check that plugins do. It 
should at least depend on the correct Geany version though (ie. 
PKG_CHECK_MODULES or GP_CHECK_GEANY or whatever). I guess the plugins 
linking to the util library need to bump their API/ABI versions instead.

Regards,
Matthew Brush

[0]: https://github.com/geany/geany-plugins/tree/master/utils


More information about the Users mailing list