home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Textra116 / Docs / v1.16.NewScripts.doc < prev    next >
Encoding:
Text File  |  1996-09-27  |  1.7 KB  |  48 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-ARexx scripts now use the
  8.         CHECKCANCEL command, allowing you abort them.
  9.   
  10.  
  11.                New general-purpose scripts
  12.                ---------------------------
  13.  
  14.    o  Art1.textra & Art2.textra - neat random-movement ascii
  15.       graphics... hard to believe it's a text editor!  Thanks to
  16.       Nick Didkovsky (saying thanks to Nick gets to be a habit!),
  17.       long-time JForth guru.
  18.    
  19.    o  InsertF.textra - recommend you assign this to a CTRL or F-
  20.       key.  Then, enter & select the filename, then at the touch
  21.       of that key, the file is inserted.
  22.    
  23.    o  AddIcon.textra - With just a little setup work, this script
  24.       can be used to create Workbench icons for your Textra files.
  25.       Double-clicking on them opens the text file in Textra!
  26.       
  27.  
  28.                  New scripts for JForth
  29.                  ----------------------
  30.                 (in rexx/JForth_Scripts)
  31.    
  32.    o  zDotIf.textra - Select a block of text and this script will
  33.       encase the entire thing in JForth conditional-compilation
  34.       .IF and .THEN operators.  OR you can remove same... read
  35.       the script preamble to see all this one can do.
  36.  
  37.    o  jfcomment.textra - no longer requires a selection... will
  38.       comment/uncomment the cursor-line of no selection exists.
  39.  
  40.  
  41.                    New scripts for C
  42.                    -----------------
  43.                   (in rexx/C_Scripts)
  44.                     
  45.    o  markcfuncs.textra - the 1.15 version seems to have had an
  46.       extra 'end' statement in it (sorry about that)
  47.  
  48.