help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Textmate bundle


From: Alexey Zakhlestin
Subject: [Help-smalltalk] Textmate bundle
Date: Sat, 14 Feb 2009 16:11:46 +0300

I remember, there were some questions regarding Textmate bundle for
GNU Smalltalk.
I made one. It is based on work of Antony Blakey, but is massively improved.

You can find it here:
http://github.com/indeyets/smalltalk.tmbundle/tree/master

It is not complete, but useable.
Beacause of limitations of current TextMate's engine, folding will
work only if you format method-declarations "vertically", like this:

!Account class methodsFor: 'instance creation'!
    new
        | r |
        r := super new.
        r init.
        ^r
    !
!

Notice, that exclamation-marks are placed exactly below their
"starting" counter-parts

-- 
Alexey Zakhlestin
http://www.milkfarmsoft.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]