Just came across a great article on Actionscript development using Eclipse and the FDT Plug-in. http://www.actionscript.com/Article/tabid/54/ArticleID/Optimizing-Your-Workflow-with-Eclipse-and-FDT/Default.aspx

I have been an actionscript developer for a long time and have been using SEPY for good portion of that time, but recently I found myself on the hunt for a new editor. Nothing against SEPY, the newest release (Nov 3 I think) is very solid, and he finally got the tabs working properly (other than the removal of the right click menu to close a tab).

I also tried JEdit, it was good, some cool features just found there wasn’t a lot of AS support out there. And everything seemed a bit dated.

Eclipse on the other hand has tons of features/plug-ins, heck, it’s what Flex Builder is built off of so there is already tons of interest in this IDE from the community. Another great plug-in and a necessity if you plan on using Eclipse for your development is ASDT:

http://sourceforge.net/projects/aseclipseplugin/

This plugin adds in all the things we’re used to from other IDE’s, coloring, code collapsing, code completion, etc.

And lastly, the other cool thing is hooking up Eclipse to MTASC for real time error checking. Check this article for instructions on installing MTASC with Eclipse. Both cool and frustrating to see all your errors on the fly. Much better than hitting CTRL-enter and seeing 9000 errors because you spelled Boolean wrong.

I find IDE’s are like your favourite pair of pants and it is hard to part with one because you are so comfortable in them. However, one day when you rip the ass out of them you find that a new pair isn’t a bad thing and helps you with the ladies. OK, Eclipse won’t help you with the ladies but you know what I mean, or do you?