Introducing the DocBuilder
A few years ago, I built a simple extension for the Flash IDE that would auto generate class files for me. I used it for a while, but shortly there after moved to Flex Builder as my editor. At the University, the OOP course I teach, starts out in the Flash IDE for a few weeks, and then moves to using Flex Builder as an editor for ActionScript projects.
Lately I’ve just really dreaded the Flash editor. I realize that it could come off as spoiled, but I really dislike typing out the usual skeleton code to get a class file started. Tonight I decided that I’d had enough, so while the students were working on projects, I decided to update my extension. I call it the DocBuilder. It asks you for the package, class name, and what class you would like to extend. It then asks you to save the file in the appropriate directory to match the package. Viola!!!! Stub code generated.
Here is a screen shot of the outputted class skeleton:

Feel free to download the extension from here.
Update: I found and fixed a small issue where the help button gave an error. The linked file above is the latest version and seems to be working well.
jason
Jason Madsen is a web developer who teaches OOP and Flex and acts as a Department Chair at a private university in Orlando, FL.
it plagues my mind as to how people cope with Flash and its horrible built in IDE.
Great extension…
ryan
21 Jan 09 at 12:57 pm