2009/12/3 Rodolfo Schulz de Lima <[email protected]>: > Michael Jackson wrote: >> I guess those of us that use IDEs like Visual Studio, Eclipse, NetBeans, >> Xcode, CobeBlocks, QtCreator may not see the issue you are trying to >> solve. > > That's precisely it, I'm use an old-school setup, Vi + make, and my idea > would certainly be helpful in this case.
I'm using both vi+make and Eclipse CDT (for C/C++ project using CMake). In fact I was a "pure command line" guy until the noise of mouse click surround me and I decided to give a try to IDE way to see the code :-) When I'm in the vi+make mode I usually have 2 terminals (or two tabs in the same terminal) 1) one for compiling/executing (all command line) 2) second one for editing (with vi) That's fine for me, but I think it's an habit of mine. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
