Page 1 of 1

automaticly outline a selection (fill up with spaces)

Posted: Thu Jan 05, 2006 7:27 pm
by xanderhermsen
print "":
------- selection --------
print "":
print "":
----- end selection -----
print "":

now outline the selection so that it starts on the same column as in the previous line.

This is usefull when you are a programmer and copy a for loop under some other function which doesn't start on the same column because of for example some comparison with if.