home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
disks
/
disk445.lzh
/
TurboText
/
ARexxCommands.doc
< prev
next >
Wrap
Text File
|
1991-01-24
|
4KB
|
201 lines
TurboText Demo 1.0 (11-Jan-91)
Copyright © 1991 Martin Taillefer, All Rights Reserved
This is freely redistributable
TurboText ARexx Interface
=========================
TurboText supports an impressive set of commands. These commands can be
directly assigned to any keyboard sequence, menu item, mouse button, or can
be executed by ARexx macros. This list is meant to give you an idea of what
you can do with TurboText's command interface.
Note that every TurboText window has its own ARexx port, and there is a
global TurboText port. This design allows totally independant macros to run
simultaneously, each controlling a separate document.
· Commands controlling documents;
ActivateLastDoc
ActivateNextDoc
ActivatePrevDoc
CloseDoc
OpenDoc
· Commands controlling display attributes;
ActivateWindow
BeepScreen
CloseRequester
GetScreenInfo
GetWindowInfo
IconifyWindow
MoveWindow
OpenRequester
RemakeScreen
Screen2Back
Screen2Front
SetStatusBar
SizeWindow
Window2Back
Window2Front
· Commands dealing with views;
CenterView
GetViewInfo
SizeView
ScrollView
SplitView
SwitchView
UpdateView
· Commands dealing with selection blocks;
CopyBlk
CutBlk
DeleteBlk
EncryptBlk
GetBlkInfo
MarkBlk
· Commands dealing with the clipboard;
OpenClip
PasteClip
PrintClip
SaveClip
· Commands dealing with folds;
HideFold
MakeFold
ShowFold
ToggleFold
UnmakeFold
· Commands dealing with files;
ClearFile
GetFileInfo
GetFilePath
OpenFile
PrintFile
SaveFile
SaveFileAs
SetFilePath
· Commands dealing with the cursor position;
Find
GetCursorPos
Move
MoveDown
MoveDownScr
MoveEOF
MoveEOL
MoveLastChange
MoveLeft
MoveMatchBkt
MoveNextTabStop
MoveNextWord
MovePrevTabStop
MovePrevWord
MoveRight
MoveSOF
MoveSOL
MoveUp
MoveUpScr
· Commands dealing with bookmarks;
ClearBookmark
MoveAutomark
MoveBookmark
SetBookmark
· Commands dealing with editing;
Delete
DeleteEOL
DeleteEOW
DeleteLine
DeleteSOL
DeleteSOW
FindChange
Insert
InsertLine
SetChar
SwapChars
Text
ToggleCharCase
UndeleteLine
UndoLine
· Commands dealing with formatting;
Center
Conv2Lower
Conv2Spaces
Conv2Tabs
Conv2Upper
FormatParagraph
Justify
ShiftLeft
ShiftRight
· Commands dealing with macros;
EndMacro
ExecARexxMacro
ExecARexxString
OpenMacro
PlayMacro
RecordMacro
SaveMacro
· Commands dealing with external tools;
ExecTool
· Commands dealing with program configuration;
GetPrefs
OpenDefinitions
OpenPrefs
SaveDefPrefs
SavePrefs
SetPrefs
· Commands controlling special word features;
CompleteTemplate
CorrectWord
CorrectWordCase
GetWord
ReplaceWord
· Commands allowing extended ARexx script input;
RequestBool
RequestFile
RequestNum
RequestStr
· Commands giving fine control to ARexx scripts;
GetBackground
GetChar
GetCurrentDir
GetDocuments
GetErrorInfo
GetLine
GetLockInfo
GetPort
GetPriority
GetReadOnly
GetVersion
SetBackground
SetCurrentDir
SetDisplayLock
SetInputLock
SetMeta
SetMeta2
SetMode
SetMode2
SetPriority
SetReadOnly
· Commands to help with ARexx scripts development;
Help
Illegal
NOP