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> -- http://mail.python.org/mailman/listinfo/python-list