This is the pseudo-official wiki for the ActionScript bundle in TextMate.
Here I'll document features, share some insights about future directions of the bundle, and pretty much keep everyone informed on what's going on with the bundle.
What's here...
A quick overview of what's on every page:
- documentation How to use the bundle commands.
- workflow Ideas on how the bundle should work.
- current What I'm doing right now.
- wishlist Requested features.
- bugs Things that do not work as expected (or at all : )
- tipsandtricks Some tips and tricks...
Getting the latest version of the bundle
The bundle is hosted at the official Subversion repository, and it is included by default on a TextMate installation.
If you want to use the bleeding edge version, you can checkout the bundle to the ~/Library/Application Support/TextMate/Bundles/ folder by using this command:
cd "~/Library/Application Support/TextMate/Bundles"
svn co http://macromates.com/svn/Bundles/trunk/Bundles/ActionScript.tmbundle
To update the bundle, use this this command:
cd "~/Library/Application Support/TextMate/Bundles/ActionScript.tmbundle"
svn up
Credits
The ActionScript bundle is maintained by Ale Muñoz.
changed September 24, 2007