Flex tools for Mac - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T23:10:34Zhttp://stackoverflow.com/feeds/question/27729http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/27729/flex-tools-for-mac3Flex tools for MacAlotor2008-08-26T10:48:04Z2009-07-03T17:55:56Z
<p>I'm starting developing with Flex on my Mac but i don't find good tools to ease the development (apart from Flex Builder).</p>
<p>What is your favourite choice for Flex development on Mac?</p>
http://stackoverflow.com/questions/27729/flex-tools-for-mac/27732#277321Answer by Brian Warshaw for Flex tools for MacBrian Warshaw2008-08-26T10:50:53Z2008-08-26T10:50:53Z<p>Unfortunately, you're pretty much limited to Flex Builder or some text editor combined with the Flex SDK. I've been hoping that someone would port FlashDevelop, my favorite AS/Flex IDE over to the Mac (at least via Mono), but no dice as of yet.</p>
<p>If you can wait X number of years, perhaps my CocoAS IDE will be complete ;-)</p>
http://stackoverflow.com/questions/27729/flex-tools-for-mac/28512#285124Answer by Theo for Flex tools for MacTheo2008-08-26T16:15:41Z2008-08-26T16:15:41Z<p>TextMate + the <a href="http://blog.simongregory.com/10/textmate-actionscript-3-and-flex-bundles/" rel="nofollow">Flex and ActionScript 3 bundles</a> is a great combo. Throw in <a href="http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus" rel="nofollow">ProjectPlus</a> and you have an almost full featured development environment. What's missing is visual design tools (which I'm sceptical of anyway), debugger (the command line version isn't very easy to work with) and a profiler.</p>
<p>I've long used TextMate and the additions mentioned above for all my Flex development, but lately the lack of debugger and profiler has made me use FlexBuilder too, just to get those tools.</p>
http://stackoverflow.com/questions/27729/flex-tools-for-mac/1080324#10803240Answer by PiPeep for Flex tools for MacPiPeep2009-07-03T17:55:56Z2009-07-03T17:55:56Z<p>TextMate is great, but if you're looking for something free, you can hack as3 onto XCode (I've used it, and it is fine, but some of the highlighting is off, and auto-completion is weak).</p>
<p>As for a debugging environment, I would recommend XTrace (<a href="http://mabblog.com/xtrace.html" rel="nofollow">http://mabblog.com/xtrace.html</a>). The library that comes with it is as3, but you can easily port it to as3 (as I did).</p>