Gedit - Plugins

Please do not use the GUI editor to edit this page. It changes the layout of the page.

Available

Third party

Under development

Requested

Howto write

This page contains an overview of the available, requested and third party plugins for gedit. If you have developed a plugin yourself you can list it here in the third party section. Additional to the plugins available in gedit by default there is a separate gedit-plugins package containing useful plugins that are (most of the time) too specific to be distributed with gedit itself.

Shipped plugins

The following plugins are shipped with gedit:

Plugins in gedit-plugins package

See also the plugins provided by the gedit-plugins package.

Third party plugins

Plugins developed by third parties. To install one of these, you need to download the files and put them in your ~/.gnome2/gedit/plugins/ directory (which may need to be created). They need to be in that exact directory, subdirectories are not scanned for plugins.

Third party plugins under development

Below follows a list of third party plugins that still need some development:

Requested plugins

Useful plugins that have not been written yet:

Howto write plugins

Plugins can be written in both C and Python. The recommended language is Python, because it's very easy to write plugins in very little code in comparison to C. Although python is most of the time the best choice, when a plugin depends on a C library it's obvious that the plugin has to be written in C.

Gedit/Plugins (last edited 2009-06-30 03:34:13 by vincew)