[TxMt] python in TextMate question

Douglas Livingstone rampant at gmail.com
Thu Aug 18 23:47:14 UTC 2005


On 8/17/05, Jeroen van der Ham <jeroen at je-ju.net> wrote:
> TextMate already does this, consider the following situation:
> 
>         class someClass:
>                 def someFunction(args):
>                         pass
>                 .
>         .
 
> Is this not what you want?

What about this code, folding should still work for the classes, not
just the functions:

         class someClass:
                 def someFunction(args):
                         pass
                 .
         class someOtherClass:
                 def someOtherFunction(args):
                         pass

Again using your dot notation.

Regards,
Douglas



More information about the textmate mailing list