zhgzhg / Geany-JSON-Prettifier

A JSON formatter prettifier, minifier and validator plugin for Geany editor
GNU General Public License v2.0
26 stars 2 forks source link

Plugin not installing on Geany 1.27, ubuntu 16.04 #8

Closed beeryukov closed 3 years ago

beeryukov commented 3 years ago

Hello! Could anyone help me to install (or activate?) this plugin.

I successfully built it, ran make localinstall. jsonprettifier.so appeared in ~/.config/geany/plugins. But nothing appeared inside the Geany app. Then I manually added the path to the glugin to active_plugins setting in geany.conf. But still cannot see it in the app. When running geany from command line no errors are displayed. All other plugins work normally, so plugins support itself is enabled. What else do I miss?

zhgzhg commented 3 years ago

Hi @beeryukov , Not being able see the plugin inside Geany's plugin manager menu can be caused by the old version of Geany - 1.27 is several years old. In this case you can try 2 things:

beeryukov commented 3 years ago

Thank you! PLUGIN_VERSION_CHECK(224) worked.