home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22302 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!ftpbox!news.acns.nwu.edu!news.ils.nwu.edu!lind.ils.nwu.edu!user
  3. From: lind@ils.nwu.edu (Jeff Lind)
  4. Subject: Subverting the Think C Editor
  5. Message-ID: <lind-270193094558@lind.ils.nwu.edu>
  6. Followup-To: comp.sys.mac.programmer
  7. Sender: usenet@ils.nwu.edu (Mr. usenet)
  8. Nntp-Posting-Host: lind.ils.nwu.edu
  9. Organization: Institute for the Learning Sciences
  10. Date: Wed, 27 Jan 1993 15:24:19 GMT
  11. Lines: 13
  12.  
  13. Well, perhaps I'm spoiled by having worked in MCL for a while now, but in
  14. playing with THINK C lately I've been consistently dissapointed off by the
  15. weak editor.  It doesn't know anything about coding, really. I mean, it
  16. won't match parentheses, it hardly does any indentation, it has very few
  17. searching commands, it has no concept of a word or an expression, so you
  18. can't do nice things like control-rightarrow to skip an entire word or
  19. expression. It's basically teach-text.
  20.  
  21. So the question is: is there any way to *not* use this editor and
  22. substitute some other one in some smooth way?  I'd rather not run MPW or
  23. MCL all the time, just for the editor.
  24.  
  25. --Jeff
  26.