Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Indent guide plugin for gedit (python)

screenshot http://www.activestate.com/padfiles/komodo_edit/komodo_edit_linux.png

See the indent guides? They're damn helpful when writing Python code. Any chance I could get something similar for gedit? I wouldn't mind having to write my own plugin, as long as it's in Python... So:

  1. Is there a plugin for this which works with gedit?
  2. If not, would it be possible to write one in Python.
like image 216
aviraldg Avatar asked May 08 '10 16:05

aviraldg


1 Answers

There's a huge list of GEdit plugins here:

https://wiki.gnome.org/Apps/Gedit/Plugins

I haven't looked through them in a while, but I don't remember any implementing indentation guides. Many plugins are written in Python, so there are some good examples if you want to implement your own.

like image 104
ajduff574 Avatar answered Sep 22 '22 09:09

ajduff574