Fredrik Lundh wrote: > John Salerno wrote: > >> But my question is more general: is it possible to implement code >> folding with Python given that it has no real block delimiters? Or is >> this still a matter of which particular editor/IDE you use? > > since the Python syntax *has* real block delimiters (look up INDENT and > DEDENT in the language reference), it's an editor issue. > > </F> >
Interesting. This might help me then, assuming UE can use characters other than strings to delimit blocks. Thanks! -- http://mail.python.org/mailman/listinfo/python-list