[TxMt] Re: code folding of method

Allan Odgaard mailinglist at textmate.org
Wed Jun 24 10:15:47 UTC 2009


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.




More information about the textmate mailing list