[SVN] Revision 745

Jeroen van der Ham jeroen at je-ju.net
Wed Apr 27 17:08:02 UTC 2005


On 27-04-2005 18:26, Kumar McMillan wrote:
> [--------symbol window--------]
> class MyBigClass:
>     def __init__(self):
>     def something(self):
>     def somethingElse(self):
> [--------symbol window--------]

I was thinking about the following:

[--------symbol window--------]
MyBigClass
    __init__
    something
    somethingElse
[--------symbol window--------]

The idea you described can already be done I think, but I'd like to have
it like my idea, because it has about the same info, but using less
characters, so it would be quicker to see which one you need.

Jeroen.

-- 
            <http://www.je-ju.net/~jeroen/blog/>



More information about the textmate-dev mailing list