Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!mcsun!sunic!tut!hydra!syrjanen From: syrjanen@cs.Helsinki.FI (Seppo Syrjanen) Newsgroups: comp.lang.c Subject: Re: BEST MSDOS C EDITOR? Summary: Is TC's editor THAT lousy? Or is it the point at all? Message-ID: <2215@hydra.Helsinki.FI> Date: 6 Sep 89 11:13:34 GMT References: <1438@hiatus.dec.com> Organization: University of Helsinki, Finland Lines: 46 In article <1438@hiatus.dec.com> grasmann@atps.dec.com (Aspirations of a higher nature) writes: >In article <21743@cup.portal.com>, cliffhanger@cup.portal.com (Cliff C Heyer) writes... >>I'm about to start some C programming >>on MSDOS and was wondering what >>the best editor was to use. >> >>Any suggestions greatly appreciated!! >> >>Cliff > >How about Turbo C? The editor is built-in, and has some nice features for >structuring your C program file... > >Steve Grasmann grasmann@atps.dec.com There IS a point using the editors in integrated programming environments. At least I prefer following features of TC over using a separate, although better, editor: -Error messages are obtained to a separate window, cursor is positioned at the error. -Switching between files could't be more much easy: cursor is positioned to the position where it was when the file was last edited, switching to the previous file needs only one keystroke. This feature more or less compensates the lack of multifile capabilities. -Compiler/linker/environment are easily configured by menus. -Debugger. -On-line language help. -Project files (=make). The alternative way to do this is to use a separate editor, compiler and debugger, make and (possibly) a separate pop-up help program. If TC contained only editor and compiler, I would be tempted to use a separate editor, but even the time it takes to load all necessary support programs makes it too clumsy for me. The integration of TC and QuickC is a very heavy thing to consider here. So, if the editor isn't worlds greatest one, its integration to compiler and debugger makes it more attractive choice. Seppo Syrjanen Internet : syrjanen@cc.Helsinki.FI Computing Center BITNET : syrjanen@finuha.bitnet University of Helsinki Phone : +358 0 708 4132 Finland "Cyborg's gotta do what cyborg's programmed to do." -ABC