3

In komodo you have code blocks highlighted with a vertical dotted line as shown in the following image here.

Is there anything like that in geany?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Luca Borrione
  • 16,324
  • 8
  • 52
  • 66

1 Answers1

8

As no one answered me here, I wrote to the geany mailing list and they show me how to obtain this in geany too: it's called "indentation guides", and the setting is in

edit-> preferences-> editor-> display-> show > indentation guides

Thank you to Colomban Wendling of the geany mailing list! I leave this answer here for future reference to help someone else who needs the same.

Luca Borrione
  • 16,324
  • 8
  • 52
  • 66
  • Though this is not exactly what i was looking for, but it is still helpful. And Geany editor should have provided highlighting only that closing tag whose opening tag is selected. Thanks. – Rolen Koh Feb 24 '15 at 05:36