Quote Originally Posted by Elysia View Post
So you work with different editors / IDEs / compilers all the time?
My current client has Java, C++, and even VB code in the application suite I am responsible for. I built an ant system on top of all of it for a project a couple years ago, and find it easier to edit in GVim and build with the ant script, which in the case of C++ and VB, invokes the IDE from the command line to build.

At my previous client, there were days when I would edit shell, Perl, C++, and Java. Not often, but I was working in two languages much of the time.

In my spare time, I dabble with C++ and Python.

Maybe I'll give Eclipse another shot - it's been a couple of years.