Eclipse Indigo Highlights: Excellent Tooling Additions
Join the DZone community and get the full member experience.
Join For Freewith the eclipse indigo release just one day away, let's take a look at some of the most impressive tooling additions that have been made for eclipse users. ranging from git integration to automated ui testing, this release is bound to impress developers.
windowbuilder
following google's acquisition of instantiations last year, the much praised windowbuilder project was contributed to eclipse.windowbuilder is the best gui designer available for java developers, providing support for swt and swing based uis.
the tool provides full round-trip engineering, so you can go from source code to designer and back.
egit
with the huge rise in popularity that we've seen with the git version control system, it's fitting that egit joins the release train as version 1.0.
built on top of jgit, this project provides developers with excellent integrated tools for using git in their eclipse projects.
jubula
writing automated gui tests for your java (or html) applications can be difficult. jubula makes this easier, providing the ability to write tests from the user perspective, without any coding required.
the project support swing, swt/rcp/gef and html applications. check out the project video to see just how easy it is to use.
improved maven integration
the inclusion of the m2eclipse project means that developers now have first class maven support within eclipse. the project provides editors for pom files and the ability to run builds from eclipse.
cdt improvements
the cdt project has been around for quite some time, and version 8.0 gets released along with indigo. this release has some really nice features for c/c++ developers. top of the list for most will be codan, which runs static analysis on your code, providing you with errors/warnings and decorations as you'd expect.
there's also debugging improvements. for example, you can use cdt for debugging any binaries, without needing a project within the ide. there's also pretty printing support for complex structures, making your debug experience much more pleasant:
cdt 8.0 is another huge improvement in one of the most successful projects within the eclipse ecosystem.
Opinions expressed by DZone contributors are their own.
Comments