Gedit plugin development in Python [closed]
Asked Answered
B

0

11

Does anyone know where information about writing gedit plugins can be found? I'm interested in writing them in Python. I know of Gedit/PythonPluginHowTo, but it isn't very good. Besides the code of writing a plugin that does nothing, I can't seem to find more information. I started to look at other people's code, but I think this shouldn't be the natural way of writing plugins.

Can someone help?

Burgage answered 4/2, 2009 at 18:15 Comment(6)
Seriously, what's the problem in starting with other people's code?Gripsack
The problem is that you have to make some assumptions ( which may turn out to be incorrect )Burgage
Well, that's at least how science works, and see where it got them;)Gripsack
Have you checked out http://sp2hari.com/gedit-plugin/ ? I think this is as thorough as you're going to get, without poring through other people's code.Rempe
What kind of plugin? The wiki link + PyGTK documentation should be enough, no?Mold
When I started working on my gedit plugin, I used the howto you gave a link to, also startign with this URL. Then it was looking at other plugins code... I'm sorry to say that, but for me this topic is poorly documented and best and fastest way is to get a pluging done that actually does something.Financier

© 2022 - 2024 — McMap. All rights reserved.