Darrin Chandler wrote:
> A questions to any programmers reading this: what's your development
> environment? Which editor do you like? Do you use integrated compile, or
> do you go back the the shell prompt? Do you use any lint-like tools?
> Please mention anything that you find makes your programming life
> easier. And if you would briefly mention why you like what you use then
> all the better. TIA.
> 
> 

vim (syntax highlighting, split windows, works well over ssh)
make (:make in vim, so its integrated)
gdbtui for debugging or sometimes if X is available ddd
ctags for fast navigation in the source code in vim
doxygen for documentation purposes and to get an overview fast.
subversion or cvs to track my changes and keep a backup copy somewhere safe.
valgrind to spot memory leaks (witch I believe is for Linux only)

Multiple .*terms with this font:
http://fractal.csie.org/~eric/wiki/index.php/Terminus_font
Simply the best for programming.

Tobias

Reply via email to