codebrainz / geanypy

Python bindings for the Geany plugin API.
http://codebrainz.github.com/geanypy
GNU General Public License v2.0
45 stars 17 forks source link

Broken with Geany 1.32 #49

Open doakey3 opened 6 years ago

doakey3 commented 6 years ago

When I updated to geany 1.32, geanypy plugins stopped working and no checkbox is visible under tools > plugin manager

I had installed geanypy from the arch user repository.

elextr commented 6 years ago

Arch has updated Geany to GTK3 but Geanypy only supports GTK2. An alternative Geany Python plugin method that does support GTK3 is available at https://github.com/kugel-/peasy