This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Old API changes for gedit plugins

For later versions of gedit

See the gtk-doc reference manual of gedit, there is a section that lists the API breaks.

Note that https://developer.gnome.org/gedit/ is outdated, it is no longer updated since the port of the build system to Meson.

For gedit 3.14

Due to a new file loading and saving API in GtkSourceView, there are some changes in the gedit API, mainly in GeditDocument.

If your plugin relies on some of the removed API, and if it is not possible to use GtkSourceFile, explain your use case and we'll see what we can do.

For gedit 3.12

Due to the new design of gedit, some plugins need to be ported.

For gedit 3.8

Python plugins must be ported to Python 3 to work on gedit 3.8 and above. Usually this is not hard.


2024-10-23 10:58