Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flex tools for Mac

I'm starting developing with Flex on my Mac but i don't find good tools to ease the development (apart from Flex Builder).

What is your favourite choice for Flex development on Mac?

like image 289
Alotor Avatar asked Aug 26 '08 10:08

Alotor


2 Answers

TextMate + the Flex and ActionScript 3 bundles is a great combo. Throw in ProjectPlus 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.

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.

like image 65
Theo Avatar answered Sep 22 '22 13:09

Theo


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.

If you can wait X number of years, perhaps my CocoAS IDE will be complete ;-)

like image 21
Brian Warshaw Avatar answered Sep 20 '22 13:09

Brian Warshaw