home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / editors / textra / docs / v1.14.newscripts.doc < prev    next >
Text File  |  1994-06-24  |  1KB  |  37 lines

  1.  
  2. Most of the scripts have a description and usage information
  3. preamble, so load them in under Textra for more specific
  4. information.
  5.  
  6.  
  7.   NOTE: all applicable Textra ARexxscripts now use the
  8.         CHECKCANCEL command, allowing you abort them.
  9.   
  10.  
  11.                New general-purpose scripts
  12.                ---------------------------
  13.  
  14.    o  DelToEnd.textra - deletes from the current cursor
  15.       position OR the BEGINNING of the select range to
  16.       the end of the line.
  17.    
  18.    o  DelToStart.textra - deletes from the current cursor
  19.       position OR the END of the select range to
  20.       the beginning of the line.
  21.    
  22.    o  DelWholeLine.textra - deletes the line that the cursor
  23.       or select range resides on.
  24.    
  25.    NOTE: the above scripts require that if a select range
  26.          exists, it should not extend over 1 line.
  27.    
  28.    o  StartTextra.rexx - script for using Textra with Paul 
  29.       Kienitz's Q-Blue Offline Mail Reader program.  (with the 
  30.       script in your rexx: dir, use 'rx StartTextra RAM:Bluedit' 
  31.       for your Editor command.) Actually, StartTextra.rexx is a 
  32.       general purpose script that any application may use to 
  33.       easily load a file into Textra, (if already open, it 
  34.       doesn't open it again, but fronts the existing one).
  35.  
  36.  
  37.