gedit indent guides

7

I would like some indent guides for gedit. This is very useful in python code. I couldn't find such an option in the settings, nor a plugin to add it. Does anyone know how to make such a thing visible? like I once had in SciTE, I want to see some small vertical lines visually indicating the indent level.

They must be customisable to appear between n spaces, usually 2 or 4, and should be visually quiet like 1 pixel width and light grey.

wim

Posted 2011-07-21T08:29:04.617

Reputation: 2 523

There's also a question on unix.stackexchange.com on this, but the situation even now seems to be so that someone should write such a plugin, as it doesn't exist...

– zagrimsan – 2015-09-15T16:50:28.963

The same question was asked on stackoverflow. The answer links to a page that doesn't seem to exist anymore, but I think you should check out this list of plugins.

– Roland Smith – 2013-10-27T23:58:41.647

Answers

1

I found something that comes close to the description in the package 'gedit-plugins'. The plugin is 'Draw Spaces'. Just install the package, go to the 'Edit' tab in gedit, click on 'Preferences', go to the 'Plugins' tab, find this plugin, and there you have it.

Mr. Minty Fresh

Posted 2011-07-21T08:29:04.617

Reputation: 489