home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
textra
/
docs
/
v1.14.newscripts.doc
< prev
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
37 lines
Most of the scripts have a description and usage information
preamble, so load them in under Textra for more specific
information.
NOTE: all applicable Textra ARexxscripts now use the
CHECKCANCEL command, allowing you abort them.
New general-purpose scripts
---------------------------
o DelToEnd.textra - deletes from the current cursor
position OR the BEGINNING of the select range to
the end of the line.
o DelToStart.textra - deletes from the current cursor
position OR the END of the select range to
the beginning of the line.
o DelWholeLine.textra - deletes the line that the cursor
or select range resides on.
NOTE: the above scripts require that if a select range
exists, it should not extend over 1 line.
o StartTextra.rexx - script for using Textra with Paul
Kienitz's Q-Blue Offline Mail Reader program. (with the
script in your rexx: dir, use 'rx StartTextra RAM:Bluedit'
for your Editor command.) Actually, StartTextra.rexx is a
general purpose script that any application may use to
easily load a file into Textra, (if already open, it
doesn't open it again, but fronts the existing one).