* [EMAIL PROTECTED] (ima sudonim) [2002.06.20 13:20]: > Norman, I'm glad that you brought that up (it was my next question): > What code editors do people recommend using? I can sort-of use vi, the > one time I started emacs, I couldn't exit the darn thing.
My experience with emacs started out exactly like that. :-) I later tried learning emacs but got tired of having to hit Ctrl+something to do anything. My personal preference is VIM. I use it for mail (mutt+vim) and programming (mostly in perl). FlightGear is the only large C/C++ project I'm involved with, so I've never felt like moving to a "powerful" IDE such as emacs. My "poor man's" IDE consists of a bunch of rxvt terminals running vim and gdb. :-) Having a large monitor helps. If you want to try vim, there are some great scripts and tips here: http://vim.sourceforge.net/ I still haven't tried this, but you can check out this script for using vim with gdb: http://vim.sourceforge.net/scripts/script.php?script_id=84 Thanks -- Cameron Moore / Officer, I know I was going faster than 55MPH, \ \ but I wasn't going to be on the road an hour. / _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
