Aboelnour
Aboelnour

Reputation: 1435

gedit plugin development in C

I'm Interested in writing gedit-plugins in C. I've checked Gedit/NewMDIPluginHowTo
...but haven't had any luck with it.

How can I get more information about writing gedit plugins in C?

Upvotes: 3

Views: 2282

Answers (3)

Benoit Thiery
Benoit Thiery

Reputation: 6387

The only tutorial is the one you already found :

Gedit/NewMDIPluginHowTo

I know it can be hard to understand in a first view, but if you read it a few times and give it a try with a basic example, you should be able to achieve getting results quite fast.

Is there something specific that you don't understand?

You can also download some examples of plugins available in C:

https://gitlab.gnome.org/GNOME/gedit/-/tree/gnome-2-30/plugins

Upvotes: 4

Chetan
Chetan

Reputation: 48011

If you're willing to use Python instead, here is a tutorial for writing gedit plugins in Python.

Upvotes: 5

wassimans
wassimans

Reputation: 8682

Well, you can always email some of the core Gedit developers about your question, I'm sure they have something to give. Try find them via Gedit: Help>About>Credits.

Good luck.

Upvotes: 0

Related Questions