tmas3
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
as3 bundle requirements AKA readme
Submitted by joachim on 14 April, 2007 - 11:59Some requirements to get the Textmate bundle working as it should.
Can't do without :
Textmate
Obvious ;-)
http://macromates.com/
The flex SDK
The actionscript and flex compiler.
Download and install from :
http://www.adobe.com/products/flex/sdk/
Optional :
if you want to compile through a ant-build file you need the following :
Ant
Apache Ant is a Java-based build tool.
http://ant.apache.org/
Before installing, open terminal :
$ ant -version
Apache Ant version 1.6.5 compiled on September 12 2006
If you see a message like above, everything is ok !
Otherwise install ant.
If you install the apple developer-tools ant will be installed.
Flex Ant Tasks
The Flex Ant tasks provide a convenient way to build your Flex projects using an industry-standard build management tool.
You can find the download and install instructions on the following page :
http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks
( the path will problably be : /Developer/Java/Ant/lib )