textmate
script to download and update your actionscript 3 and flex bundle
Submitted by joachim on 10 May, 2007 - 22:24a little script i use to stay up to date with the current actionscript 3 and flex bundle in review
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/ActionScript\ 3.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
copy - paste this code into a file ( mine calls updateAs3FlexBundle.sh )
then open terminal ( or iTerm)
the first time to make it executable
$ chmod +x updateAs3FlexBundle.sh
then you can run as frequent as you like
./updateAs3FlexBundle.sh
enjoy !!
resign of textmate actionscript 3 bundle
Submitted by joachim on 10 May, 2007 - 22:12since an overwhelming of bundles about actionscript 3 that arise. It is not opportune to keep them all alive. So i decided to quit.
I will (try) to contribute to the bundle now in review.
http://macromates.com/svn/Bundles/trunk/Review/Bundles/
for those who don't follow the mailinglist, herewith 2 links to discussions and announcements of others.
http://comox.textdrive.com/pipermail/textmate/2007-April/019326.html
http://comox.textdrive.com/pipermail/textmate/2007-April/019386.html
tmas3 new release
Submitted by joachim on 16 April, 2007 - 17:59done :
- more as3 completions. Not only as3 classes, also functions, properties, constants and flex classes, functions , properties and constants
- more snippets
- tm help
to be done :
- implementing new template from Conrad Winchester
- default ant-build file (build.xml and properties
- new as3 project > folder structure,main.as, build file etc
- finetune syntax coloring (scopes)
- change syntax to be more a regular expression
- as3 api help
- ...
- ideas and suggestions welcome ;-)
Download
Click here to download the latest version