Keep Da Link

To content | To menu | To search

Keyword - textmate

Entries feed - Comments feed

-->

Nov. 2, 2007

Iinstalling TextMate bundles on Leopard

Since the introduction of Leopard, the getbundle automate script does not work anymore.

Here is the "normal" manual way to do that on your mac, to add Django bundle:

mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co "http://macromates.com/svn/Bundles/trunk/Bundles/Python Django Templates.tmbundle"
svn co "http://macromates.com/svn/Bundles/trunk/Bundles/Python Django.tmbundle"
...

Click Here to browse all the available bundles.

Restart Textmate and that's it.

Jan. 11, 2007

Textmate with Django

Something I didn't know with TextMate, there is many more language highlights and language shorctus in textmate than the ones provided by default.

There is bundle that simplify the bundle installation :)

Just download getbundle, then Menu Bundle|GetBundle|Install Bundle and choose Django and Django Template. (You need a svn binary in your path, with darwinports for example).