On 23 Jun 2009, at 01:05, Artie Ziff wrote:
Does Textmate's code folding have limitations when a method declaration is split across lines? Sometimes I have long parameter lists which necessitate this style:
It folds based on start/end markers matched via regexps. For Python this is not possible to setup, so a workaround is to instead have it consider blank lines as the end marker (iirc).
So yeah, you could easily see problems folding Python.