Extra Eclipse Tool Bars?

02-customize_perspective

I finally spent the time to figure out how to remove extraenous buttons in my Eclipse tool bar. The one that annoyed me the most was the CFEclipse toolbar – it is huge! Don’t get me wrong CFEclipse rocks, but it shows up in every perspective that I use. So here is how to remove [...]

Setting up an AS2 Development Environment in Eclipse

After SEPY crashed on me 4 times in a row, I decided to try my hand at setting up an AS2 development environment in Eclipse. Here is a list of things that I love in SEPY, that I needed to have in Eclipse to make the transition acceptable: Snippets: I’ve been getting used to using [...]

Using FlashCommand in Eclipse

Recently I pulled down Mike Chambers FlashCommand. FlashCommand is a command line compiler for the Flash IDE. I wanted to set up an ANT build script to execute builds from Eclipse without having to alt-tab between programs (yes, I’m that lazy!). Setting up the ANT script wasn’t too difficult, even for someone who knew the [...]

FB’s Incremental Compiler, Eclipse and ANT

If you’re using ANT inside Flex Builder 2 to compile your Flex 2/AS3 application you’ve probably noticed that invoking mxmlc from inside ANT is not as fast as running the integrated compiler. Dirk Eismann has a nice post about using ANT in Eclipse. Related Posts:Cairngen 1.0 – Now with ANTAdobe Camp: 1 Day, 3 Camps: [...]