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/masterIt 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/_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk