On 8/17/05, Jeroen van der Ham jeroen@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