2008/01/18

使用textmate开发flash/flex

1. 通过 svn 更新 flex/actionscript3 的 bundles;
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
export LC_CTYPE=en_US.UTF-8
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'

2. 下载 flex sdk
3. 设置环境变量:# $TM_FLEX_PATH 定位到 flex sdk 的地址;
4. 开始测试,别忘了在左下角的语言选择为 as3。

Labels: ,

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home