home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / editors / textra / docs / v1.13.newscripts.doc < prev    next >
Text File  |  1994-06-24  |  2KB  |  59 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.          Existing scripts that have been improved
  8.          ----------------------------------------
  9.  
  10.   paragraph.textra - much faster formatting
  11.   TInfo.textra - example of some File/WIndow control commands
  12.   
  13.   NOTE: all applicable Textra ARexxscripts now use the new 1.13
  14.         CHECKCANCEL command, allowing you abort them.
  15.  
  16.  
  17.                New general-purpose scripts
  18.                ---------------------------
  19.  
  20.   Tutorial.textra - for a beginner's introduction to Textra
  21.  
  22.  
  23.    (NOTE: the next two are particularly helpful with v1.13 and
  24.           later, which can call other .textra scripts from
  25.           within .textra scripts.  Just say 'eol' in a script,
  26.           for example to move the cursor to the end-of-line.)
  27.  
  28.   bol.textra - go to beginning of line
  29.   eol.textra - goto end of line
  30.  
  31.  
  32.    (NOTE: Thanks to Ron Charlton of Knoxville, Tenn. for the next two.)
  33.  
  34.   Scoot.textra - natural next-step for those that like to use
  35.                  SLIDE.textra and INDENT.textra.  This one processes
  36.                  both blanks AND TABs.  Highly recommended replacement
  37.                  but read the info; it's used slightly differently.
  38.                  
  39.   ScootTest.textra - Support utility for above
  40.  
  41.   
  42.                   New 'JForth-related' scripts
  43.                   ----------------------------
  44.  
  45.   JFComment.textra - select a set of lines to comment out, use this
  46.                      script to put '\ ' at the beginning of each line
  47.                      (or remove it if already there).
  48.                      Takes an optional argument describing the character
  49.                      to insert or delete.
  50.  
  51.  
  52.                      New Launguage supported!
  53.                      ------------------------
  54.  
  55.   HSCompile.textra - Many thanks to Nick Didkovsky for providing
  56.                      an interface to the HSPascal programming
  57.                      environment.  This script allows you to compile
  58.                      HSPascal programs right from Textra!
  59.