code folding, a unique problem to python?

Fredrik Lundh fredrik at pythonware.com
Thu Jun 15 12:12:20 EDT 2006


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>




More information about the Python-list mailing list