home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 531.lha / TurboText_Utils / LSETTX / lsettx.doc < prev    next >
Encoding:
Text File  |  1991-07-04  |  1.2 KB  |  28 lines

  1.  
  2.         LSETTX Macro set, by Steve Tibbett
  3.  
  4. LSETTX enables you to use TurboText as the editor that the SAS/C
  5. compiler will talk to when it encounters an error during a compile.
  6.  
  7. To install, have "rx >NIL: lsettx" inserted into your User-Startup,
  8. put all the .ttx and .rexx files in the archive into your REXX:
  9. directory, and map the "errparse.ttx" macro onto one of your function
  10. keys in TurboText (see the TTX manual for how to do this).  
  11.  
  12. Now, compile something that has errors in it, specifying -E on the
  13. LC command line.  TTX should pop up and be on the line with the first
  14. error, showing the error in the title bar.  Hitting the function key
  15. with "errparse" mapped to it should move to the next error.
  16.  
  17. There is one limitation to this setup - lsettx won't deal with errors
  18. that aren't in the base file being compiled.  If you are compiling
  19. test.c which includes test.h, and the error is in test.h, lsettx will
  20. load in test.c anyway.
  21.  
  22. This works well enough to be quite useful.  If you really like it, you
  23. can put -E into a SASCOPTS file in ENV: so all your compiles will
  24. automatically call TurboText when errors are found.
  25.  
  26. Released into the Public Domain, by Steve Tibbett, May 18, 1991.
  27.  
  28.