how do you move to a new line in your text editor?
John Salerno
johnjsal at NOSPAMgmail.com
Thu Mar 2 14:18:53 EST 2006
Paul McNett wrote:
> That said, you should be able to tell your editor how to behave in the
> indent/unindent case, no matter whether you use tabs or spaces. If not,
> time to switch editors! ;)
I definitely can, I'm just a little unsure about what the special
outdenting cases might be. The way to do it in UltraEdit is to specify
which characters (on a preceding line) an outdented line should follow,
so obviously for a C language you could specify Unindent = '}' and that
would help a lot. But with Python it seems more difficult to figure out
the cases where you would outdent.
More information about the Python-list
mailing list