View Single Post
Old 07-19-2010, 11:30 PM   #35
dentin
Member
 
Join Date: Apr 2008
Home MUD: Alter Aeon
Posts: 245
dentin is on a distinguished road
Re: How do YOU edit source on your MUD?

Subversion via SSH for code synccing between dev and production boxes.

VI at console terminal for editing. F1-F3 typically for general .c/.h file editing, F4 for compiling, F5 running a GDB session for test, F6, F8, F9, and F10 with telnet sessions for test as appropriate, F7 for notes and todo list. F12 is admin link to production server.

The Linux console terminals are in mode 307, 1280x1024x8. The resulting text console size is 160x64, which works really well for editing.


-dentin
dentin is offline   Reply With Quote