home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / prog_demos / turbotext / arexxcommands.doc < prev    next >
Text File  |  1991-01-24  |  4KB  |  201 lines

  1.  
  2.  
  3.                         TurboText Demo 1.0 (11-Jan-91)
  4.             Copyright © 1991 Martin Taillefer, All Rights Reserved
  5.                         This is freely redistributable
  6.  
  7.  
  8.  
  9.                           TurboText ARexx Interface
  10.                           =========================
  11.  
  12. TurboText supports an impressive set of commands. These commands can be
  13. directly assigned to any keyboard sequence, menu item, mouse button, or can
  14. be executed by ARexx macros. This list is meant to give you an idea of what
  15. you can do with TurboText's command interface.
  16.  
  17. Note that every TurboText window has its own ARexx port, and there is a
  18. global TurboText port. This design allows totally independant macros to run
  19. simultaneously, each controlling a separate document.
  20.  
  21.  
  22.  · Commands controlling documents;
  23.     ActivateLastDoc
  24.     ActivateNextDoc
  25.     ActivatePrevDoc
  26.     CloseDoc
  27.     OpenDoc
  28.  
  29.  · Commands controlling display attributes;
  30.     ActivateWindow
  31.     BeepScreen
  32.     CloseRequester
  33.     GetScreenInfo
  34.     GetWindowInfo
  35.     IconifyWindow
  36.     MoveWindow
  37.     OpenRequester
  38.     RemakeScreen
  39.     Screen2Back
  40.     Screen2Front
  41.     SetStatusBar
  42.     SizeWindow
  43.     Window2Back
  44.     Window2Front
  45.  
  46.  · Commands dealing with views;
  47.     CenterView
  48.     GetViewInfo
  49.     SizeView
  50.     ScrollView
  51.     SplitView
  52.     SwitchView
  53.     UpdateView
  54.  
  55.  · Commands dealing with selection blocks;
  56.     CopyBlk
  57.     CutBlk
  58.     DeleteBlk
  59.     EncryptBlk
  60.     GetBlkInfo
  61.     MarkBlk
  62.  
  63.  · Commands dealing with the clipboard;
  64.     OpenClip
  65.     PasteClip
  66.     PrintClip
  67.     SaveClip
  68.  
  69.  · Commands dealing with folds;
  70.     HideFold
  71.     MakeFold
  72.     ShowFold
  73.     ToggleFold
  74.     UnmakeFold
  75.  
  76.  · Commands dealing with files;
  77.     ClearFile
  78.     GetFileInfo
  79.     GetFilePath
  80.     OpenFile
  81.     PrintFile
  82.     SaveFile
  83.     SaveFileAs
  84.     SetFilePath
  85.  
  86.  · Commands dealing with the cursor position;
  87.     Find
  88.     GetCursorPos
  89.     Move
  90.     MoveDown
  91.     MoveDownScr
  92.     MoveEOF
  93.     MoveEOL
  94.     MoveLastChange
  95.     MoveLeft
  96.     MoveMatchBkt
  97.     MoveNextTabStop
  98.     MoveNextWord
  99.     MovePrevTabStop
  100.     MovePrevWord
  101.     MoveRight
  102.     MoveSOF
  103.     MoveSOL
  104.     MoveUp
  105.     MoveUpScr
  106.  
  107.  · Commands dealing with bookmarks;
  108.     ClearBookmark
  109.     MoveAutomark
  110.     MoveBookmark
  111.     SetBookmark
  112.  
  113.  · Commands dealing with editing;
  114.     Delete
  115.     DeleteEOL
  116.     DeleteEOW
  117.     DeleteLine
  118.     DeleteSOL
  119.     DeleteSOW
  120.     FindChange
  121.     Insert
  122.     InsertLine
  123.     SetChar
  124.     SwapChars
  125.     Text
  126.     ToggleCharCase
  127.     UndeleteLine
  128.     UndoLine
  129.  
  130.  · Commands dealing with formatting;
  131.     Center
  132.     Conv2Lower
  133.     Conv2Spaces
  134.     Conv2Tabs
  135.     Conv2Upper
  136.     FormatParagraph
  137.     Justify
  138.     ShiftLeft
  139.     ShiftRight
  140.  
  141.  · Commands dealing with macros;
  142.     EndMacro
  143.     ExecARexxMacro
  144.     ExecARexxString
  145.     OpenMacro
  146.     PlayMacro
  147.     RecordMacro
  148.     SaveMacro
  149.  
  150.  · Commands dealing with external tools;
  151.     ExecTool
  152.  
  153.  · Commands dealing with program configuration;
  154.     GetPrefs
  155.     OpenDefinitions
  156.     OpenPrefs
  157.     SaveDefPrefs
  158.     SavePrefs
  159.     SetPrefs
  160.  
  161.  · Commands controlling special word features;
  162.     CompleteTemplate
  163.     CorrectWord
  164.     CorrectWordCase
  165.     GetWord
  166.     ReplaceWord
  167.  
  168.  · Commands allowing extended ARexx script input;
  169.     RequestBool
  170.     RequestFile
  171.     RequestNum
  172.     RequestStr
  173.  
  174.  · Commands giving fine control to ARexx scripts;
  175.     GetBackground
  176.     GetChar
  177.     GetCurrentDir
  178.     GetDocuments
  179.     GetErrorInfo
  180.     GetLine
  181.     GetLockInfo
  182.     GetPort
  183.     GetPriority
  184.     GetReadOnly
  185.     GetVersion
  186.     SetBackground
  187.     SetCurrentDir
  188.     SetDisplayLock
  189.     SetInputLock
  190.     SetMeta
  191.     SetMeta2
  192.     SetMode
  193.     SetMode2
  194.     SetPriority
  195.     SetReadOnly
  196.  
  197.  · Commands to help with ARexx scripts development;
  198.     Help
  199.     Illegal
  200.     NOP
  201.