home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / ttx / support / TTX_SASC.dfn < prev   
Encoding:
Text File  |  1996-12-24  |  2.3 KB  |  56 lines

  1. /*
  2. ** $VER: TTX_SASC.dfn 2.1 (17.8.93)
  3. **      By Kenneth Yarnall.  This code may be freely distributed.
  4. **
  5. **   Attaches menus and function key equivalents to TurboText.  Either
  6. ** merge this file with TURBOTEXT:Support/Startup.dfn, or insert the lines
  7. **
  8. **      LINKS:
  9. **        TURBOTEXT:Support/TTX_SASC.dfn
  10. **
  11. ** at the end of that file, or use SetDefs.ttx (see docs).
  12. */
  13.  
  14. MENUS: APPEND
  15.  
  16. MENU " SAS/C "
  17.     ITEM "Make Project...  F6" "" ExecArexxMacro Rexx:TTX_SASC/Build.ttx
  18.     ITEM "Compile File... ^F6" "" ExecArexxMacro Rexx:TTX_SASC/Compile.ttx
  19.     ITEM "Options...        »" "" NOP
  20.         SUB "General   F7" "" ExecArexxMacro Rexx:TTX_SASC/SetOptions.ttx
  21.         SUB "Link on     " "" ExecTool "SC:C/scopts LINK"
  22.         SUB "Link off    " "" ExecTool "SC:C/scopts NOLINK"
  23.  
  24.     ITEM "Debug Program     »" "" NOP
  25.         SUB "CLI" "" ExecArexxMacro Rexx:TTX_SASC/CPR.ttx cli
  26.         SUB "WB " "" ExecArexxMacro Rexx:TTX_SASC/CPR.ttx wb
  27.  
  28. MENU " SCMsg "
  29.     ITEM "Start Browser " "" ExecArexxMacro Rexx:TTX_SASC/StartSCMsg.ttx
  30.     ITEM "Show Browser  " "" ExecArexxString "Address SC_SCMSG; Show"
  31.     ITEM "Hide Browser  " "" ExecArexxString "Address SC_SCMSG; Hide"
  32.     ITEM "Clear Browser " "" ExecArexxString "Address SC_SCMSG; Clear"
  33.     BAR
  34.     ITEM "Current    F8" "" ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx
  35.     ITEM "Previous   F9" "" ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx prev
  36.     ITEM "Next      F10" "" ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx next
  37.     ITEM "First        " "" ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx top
  38.     ITEM "Last         " "" ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx bottom
  39.     ITEM "Delete       " "" ExecArexxString "Address SC_SCMSG; Delete"
  40. #
  41.  
  42. KEYBOARD:  APPEND
  43.  
  44. F6              ExecArexxMacro Rexx:TTX_SASC/Build.ttx
  45. CTRL-F6         ExecArexxMacro Rexx:TTX_SASC/Compile.ttx
  46. SHIFT-CTRL-F6   ExecArexxMacro Rexx:TTX_SASC/Build.ttx protos
  47. F7              ExecArexxMacro Rexx:TTX_SASC/SetOptions.ttx
  48. F8              ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx
  49. F9              ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx prev
  50. F10             ExecArexxMacro Rexx:TTX_SASC/ErrorStep.ttx next
  51.  
  52. ALT-C           ExecArexxMacro Rexx:CommentBlk.ttx
  53. CTRL-HELP       ExecArexxMacro Rexx:TTX_SASC/FunctionHelp.ttx
  54. /* This activates Martin's Autodoc xref macro -- not included */
  55. ALT-HELP        ExecArexxMacro Rexx:getxref.ttx