Ubuntu 11.10 Oneiric Ocelot Gedit 3 Indent Lines Plugin
Here is the “Indent Lines Plugin” that I wrote for gedit3:
https://bitbucket.org/serdarakarca/gedit3-plugins
How to use
- Extract files and move into ~/.local/share/gedit/plugins or /usr/lib/gedit/plugins/
- Activate plugin from Edit > Preferences > Plugins > Indent Lines
- Try Ctrl+t and Ctrl+Shift+t



this is great , thanks.
ctrl+tab, shift+tab, instead of
How do you install this plugin in Fedora 16? Could not download the files so I just copied and pasted into files of the same name, then put them into ~/.local/share/gedit/plugins. But it did not work.
Nevermind, I figured it out. Turns out I had to place the files in /usr/lib64/gedit/plugins for it to work. I thought this plugins was for “indent guides”, but it turns out it is just for multi-line indents. I am kind of a newbie when it comes to linux.