update to script for actionscript 3 and flex bundle
Submitted by joachim on 18 May, 2007 - 11:35
little update
- to know what is updating
- export LC_CTYPE=en_US.UTF-8
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
export LC_CTYPE=en_US.UTF-8
echo "... update Flex bundle"
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle
echo "... update As3 bundle"
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/ActionScript\ 3.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
have fun !!

Hello all, I use Flex and
Hello all,
I use Flex and AS3 bundle, i would like to know how change library-path.
I would like to add a swc
Thanks all
I tried to answer your
I tried to answer your question on the mailinglist
http://comox.textdrive.com/pipermail/textmate/2007-June/020469.html
Thanks for this - I did have
Thanks for this - I did have a question about the Auto Complete Function command - I get a tooltip saying that the file $TM_BUNDLE_PATH/support/data/as3_completions.txt doesn't exist. Is this an auto-generated file or something that is included in the bundle?