Indentation Guides
Posted: Wed Jul 06, 2005 5:17 pm
One spiffy feature from SciTE is "indentation guides." If I code
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
Code: Select all
if x == 3
if y == 2
z = 3
else
y = 4
end
end
Can I do this in Zeus?
TIA