1) FDT4 ($699 for MAX : Windows, Mac, Linux)
2) FlashBuilder ($699 for Premium: Windows, Mac)
3) FlashDevelop (Free and Open-Source: Windows)
4) IntelliJ ($599 for Commercial: Windows, Mac, Linux)
5) Realaxy ($99 Windows, Mac, Linux)
I keep using the Flash Pro. editor, It’s almost like coding in textEdit but now in CS5 it gives me code hints
, so good !
Im just used to type the code.
Came from Flash IDE background I used to rely on AutoFormat too but soon I found it is better to format your script by self.
A. AutoFormat may cause Error when using on large script(and it may took you one day to find where it is, if you happen to save and closed the .as file …..... ).
B. Self format make your script easier to read also good for include your own logic in script.
i.e. script like these may mess by AutoFormatpublic static var TI_MAX_COLORSIZE :Number = 0.3; public static var TI_C_RED :uint = 0x00; public static var TI_C_GREEN :uint = 0x5e; public static var TI_C_BLUE :uint = 0xcf;
var array:Array = [
{ text:'a', value:100 },
{ text:'b', value:200 },
{ text:'c', value:300 } ];
FD is great it support some auto format feature when you editing ( format a line after ”;”, [Tab] / [Shift]+[Tab] on multiple lines, auto fill spaces on [Tab] formating … etc, there are more others tricks
)
- Microlancer Beta Tester
- Sold between 100 000 and 250 000 dollars
- Has been a member for 6-7 years
- Author was Featured
- Item was Featured
- Interviewed on the Envato Notes blog
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
I’m using textmate most of the time. It’s light and handy. 
i was using flash cs3 IDE for a long time. When someone recommended FlashDevelop to me i was still very reluctant. But once you get used to it, OMG , there’s no way to return back…
(for those who havent tried flash develop..)
- Exclusive Author
- Item was Featured
- Author was Featured
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Sold between 50 000 and 100 000 dollars
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
FlashDevelop, I love it. 
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 6-7 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
I miss FlashDevelop on mac so badly 
I use FDT 4 on Mac. Its the best. I have tried to switch to FlashDevelep at work but after using FDT 4 switching to FD is just pain.
- Envato Staff
- Reviewer
- Sold between 100 000 and 250 000 dollars
- Author had a Free File of the Month
- Featured in a Magazine
- Author was Featured
- Item was Featured
- Bought between 10 and 49 items
I use FDT 4 on Mac. Its the best. I have tried to switch to FlashDevelep at work but after using FDT 4 switching to FD is just pain.
I’ve fail to love FDT / Eclipse based IDE several time, first off pain is launching time: under a second in FlashDevelop, FDT oh well…
I’ve fail to love FDT / Eclipse based IDE several time, first off pain is launching time: under a second in FlashDevelop, FDT oh well…
True. The launch time is long. And after that You have to make some tweeks (turn off some warnings) and keep external libs (TweenLite etc.) as Linked Resources to speed up drastically the automatic build. But in exchange you get the best coding experience.
