TextMate Support
Making it easier for users of the popular Mac OS X editor to do the right thing
Current release
No stable release available yet.
If you are interested in getting the source code of this project, you can get it from the code repository.
Project Description
A lot of Zope and Plone developers are using Mac OS X these days – and a growing number of those are using the (commercial) editor textmate. One of its (many) merits is its extensibility via bundles.
Its features include: Doctest support (Restructured text with inline Python syntax and auto-indent of python code!), pdb support (TextMate can now follow your every move in pdb!), ZCML support (no more looking up directives with our handy and exhaustive snippets!) and a ZPT syntax that marries the best of both worlds: XML strictness with the goodness of TextMate's HTML support.
We're hosting the bundle in the collective and will sporadically publish releases of it on the 'official' TextMate bundles repository whenever we see fit.
The repository is located here. To install the bundle check it out the Zope.tmbundle directory located inside trunk into
~/Library/Application Support/TextMate/Bundles/
Create the directories if they don't exist. Restart TextMate – from now on you should be able to just use the 'Reload Bundles' command within TextMate.

