Indentation Guides

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
kleinfelter
Posts: 5
Joined: Tue Jul 05, 2005 11:55 pm

Indentation Guides

Post by kleinfelter »

One spiffy feature from SciTE is "indentation guides." If I code

Code: Select all

if x == 3
  if y == 2
    z = 3
  else
    y = 4
  end
end
SciTE will show me light dotted lines connecting the inner if with the inner else, and the inner else with the inner end.

Can I do this in Zeus?

TIA
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Unfortunately not :(

Jussi
Post Reply