Skip to content
liquid edited this page Mar 20, 2011 · 5 revisions

About the SproutCore.tmbundle

This bundle contains lots of features that make writing SproutCore code in TextMate easier and more fun!

How To Install

Do this in Terminal:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/sproutit/sproutcore-tmbundle.git SproutCore.tmbundle

This will create the necessary folder in your home directory (if it’s not present yet) that TextMate searches in for bundles. It’s also going to clone the SoroutCore.tmbundle for you.

Alternatively, you can download this repository as an archive and drop it into your ~/Library/Application Support/TextMate/Bundles directory. Be sure to rename the directory to SproutCore.tmbundle

Then reload the bundles from TextMate’s menu under Bundles/Bundle Editor/Reload Bundles or alternatively restart TextMate and you’re done!

Updating

If you need to update to the latest version and you cloned the code using git, just do:

cd ~/Library/Application\ Support/TextMate/Bundles/SproutCore.tmbundle
git pull

Alternatively, just download and install a new copy of the files from this website.

Getting Help

Find us on #sproutcore on IRC or through the SproutCore Google Group

This code is maintained by Joshua Dickens (schwa23)

Clone this wiki locally