home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12248 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  2.7 KB

  1. Path: sparky!uunet!utoday!jaflrn!jaf
  2. From: Jon Freivald <jaf@jaflrn.UUCP>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: TSR Pop-up Editor?
  5. Message-ID: <u5yePB1w164w@jaflrn.UUCP>
  6. Date: Wed, 12 Aug 92 18:03:41 EDT
  7. References: <rfries.96@fries_Robert@ub.ub.com>
  8. Organization: The Wizzard's Cave, East Meadow, NY
  9. Lines: 53
  10.  
  11. rfries@fries_Robert@ub.ub.com (Robert Fries) writes:
  12.  
  13. > In article <29710001@hpspkla.spk.hp.com> dubner@hpspkla.spk.hp.com (Joe Dubne
  14. > >gilmour@binah.cc.brandeis.edu         Jeffrey R. Gilmour at Brandeis Univers
  15. > >> Anyone know of a editor that I can write code in, save it to disk and then
  16. > >> pop out.  Then after compiling it and finding errors in my code, jump back
  17. > >> into the editor with a couple keystrokes right back to the spot where I le
  18. > >> off.  Any info appreciated!
  19. > >Sure, Jeff -- I use SideKick in exactly the manner you describe.  It's a
  20. > >TSR that can edit ASCII text files of up to about 50KB in size (it's
  21. > >also other things, such as a calculator and ASCII chart).  Its editor's
  22. > >user interface is compatible with WordStar and most folks either love it
  23. > >or hate it.
  24. > >I'm referring to version 1.56 of Borland International's Sidekick, circa
  25. > >1985.  Since then, Borland has "upgraded" it to SideKick Plus and
  26. > >Sidekick 2, but I've stuck with my old version for various reasons.
  27. > >Since editors are a religious issue, I should mention that this is my
  28. > >opinion and members of other "religions" will have other opinions.
  29. > >Regards,
  30. > >Joe 
  31. > >---------------------------------------------------------------------------
  32. > >Joe Dubner   K7JD  |  Hewlett Packard Company  |  dubner@hpspkla.spk.HP.COM
  33. > >                   |  TAFC-34         M.S. 2I  |
  34. > >                   |  Spokane, WA  99220       |  (509) 921-3514
  35. > >---------------------------------------------------------------------------
  36. > The Microsoft Editor, as supplied with Microsoft C 5.1, works very well for 
  37. > this type of use. It's not a TSR, but it remembers where you were each time 
  38. > it is invoked. I've been using it for 4 years. Very extensible.
  39. > Unfortunately, it has evolved into PWB, of which I'm not fond. So, I just use
  40. > the old one.
  41. > Robert
  42.  
  43. I use BRIEF, which is not a TSR either, but will spawn your compiler for 
  44. you, and go directly to the line with the error.  It also can be configured 
  45. to remember where it was in your last editing session.  It is a very 
  46. powerful, wonderful tool...
  47.  
  48. Jon
  49.  
  50. =============================================================================
  51.            Jon Freivald ( jaflrn!jaf@uunet.UU.NET )
  52.      Nothing is impossible for the man who doesn't have to do it.
  53. =============================================================================
  54.