code folding, a unique problem to python?

John Salerno johnjsal at NOSPAMgmail.com
Thu Jun 15 12:38:00 EDT 2006


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!



More information about the Python-list mailing list