Page 1 of 1

Indentation Guides

Posted: Wed Jul 06, 2005 5:17 pm
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

Posted: Wed Jul 06, 2005 11:01 pm
by jussij
Unfortunately not :(

Jussi