tmas3
actionscript 3 textmate bundle
Submitted by joachim on 4 April, 2007 - 22:59I'm a newbie to textmate, and while i'm creating a little actionscript 3 project, i'm also working on a Actionscript 3 bundle.
For the as3 bundle i started with a copy of the java bundle, and changed what was immediately clear.
This gave me a good starting point. But i didn't know what was going on. So i decided to start over again.
Creating a template, with all typical scopes (see previous post). Then adding piece by piece to the 'right' scope, for as far as i comprehend that it is the right scope.
Adding some items again from the java-copy for things that don't highlight anymore. Hoping that in the near future i understand what is happening.
While i'm working on a little project i keep making snippets, commands etc.
This is not my main priority, but they help to improve my own performance, so why not ;-)
For compiling i use an ant script because this gives me the most flexibility, but it is possible to compile a single as to swf also.
As for now, here is what i've got till now. Know that this is only a starting point.
If someone knows where i can find a list of all as3 functions, or how i can create it. help is welcome.
Suggestions for new items or improvements are welcome.