[Flashcoders] AS IDE for OSX

2006-03-16 Thread Nik Derewianka
Hey all, Title pretty much says it - what are peoples using for an AS IDE on the mac ? Flash itself is actually worse than director in this regard, SEPY is great on PC, cant even do copy and paste on a mac and last build seems broken, ive seen some blog posts regarding AS integration into Xcode

Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Aaron Smith
you can do all that with textMate.. are you not using svn with it? ( control + Shift + A )( use you mouse to point to what youw ant to run SVN commands on It works great!.. and how you can write snippets is great also.. just write a snippet to do mtasc compiling.. and whatever else..

Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Sam Thorne
The XCode posts may be over a year old, but they still work pretty well. svn included in the ide, and you can make nice project templates with auto filling classnames and so on. It's what I use for development, plus Mike Chambers' publish script for Flash or something else to call mtasc.

Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Mischa Williamson
Thanks for the heads-up on the free SDK Darron, oh, and your informative posts about AS3 ;) Now just got to port my AS3 code base from alpha to beta *sigh* Incidentally, anyone had any problems with the Math parser in AS3? I ran into some wierd issues porting Robert Penner's easing equations in

Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Michael Bianco
I use Xcode with a custom debugging utility: http://osflash.org/xcode_actionscript_integration?s=xcode http://developer.mabwebdesign.com/xtrace.html On 3/16/06, Mischa Williamson [EMAIL PROTECTED] wrote: Thanks for the heads-up on the free SDK Darron, oh, and your informative posts about AS3