+2  A: 

I am using

  • Qt plugin for Eclipse
  • CMakeEdit for colorful CMakeLists.txt ;-)
  • Subversion (tried subversive, didn't work for me)
  • tried the linuxtools plugins (very ambitious project) for valgrind etc., but they are not really working ATM
drhirsch
+1 I didn't know about CMake Editor
fnieto
A: 

I use a self-made plugin to do automated builds of CDT projects.

THis plugin is automatically creating a workspace from a description file that contains the project names, disables the indexer and auto-build, sets the wanted build configuration in all projects and then builds the temporary workspace.

rstevens
I'd be interested in a plugin like that
Ryu
+1  A: 

viplugin

Amir Rachum