Jens Nyman

Results 2 comments of Jens Nyman

Can you please specify which version of Gedit you are using? Also, can you try the following plugin code? `example_plugin.py`: ``` python from gi.repository import Gtk, GObject, Gedit, PeasGtk class...

According to the error, there is a metaclass conflict. However, if you just follow [the official tutorial](https://wiki.gnome.org/Apps/Gedit/PythonPluginHowTo), this combination of classes should work. Can you try the following plugin code?...