home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / editors / textra / docs / v1.15.newscripts.doc < prev    next >
Text File  |  1994-06-24  |  2KB  |  65 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  Date.textra - ANOTHER helpful utility contributed by super- 
  15.       Amiga guy Nick Didkovsky, to write the date in MM-DDD-YY 
  16.       format at the Textra cursor location.
  17.    
  18.    o  Files.textra - nice script to display detailed info about
  19.       all open Textra windows such as size in memory, size on
  20.       disk, number of lines, etc.  (Illustrates new 1.15 arexx
  21.       commands 'GET window info' and 'GET file info').
  22.    
  23.    o  MarkAutoDoc.textra - Open any text autodoc ".doc" file
  24.       and execute this script.  Your navigating frustrations will
  25.       be over as a convienient 'mark' will now exist for each
  26.       item in the file.
  27.  
  28.  
  29.                  New scripts for JForth
  30.                  ----------------------
  31.                 (in rexx/JForth_Scripts)
  32.    
  33.    o  viewsel.textra AND view.textra - VERY handy scripts.  With
  34.       JForth running in the background, these scripts allow you
  35.       to lookup and display JForth source code, all from Textra.
  36.       (There is a JForth source file (Textra.f) here too; it must
  37.       be compiled into your JForth environment).
  38.  
  39.    o  NextColon.textra - finds the next colon definition in your
  40.       JForth source file.
  41.  
  42.    o  MarkColons.textra - finds and MARKS all colon definitions in
  43.       your JForth source file.
  44.    
  45.    
  46.                   C language or ARexx
  47.                   -------------------
  48.                   (in rexx/C_Scripts)
  49.    
  50.    o  Box.textra - fixed 'illegal expression' error.
  51.    
  52.    o  MarkCFuncs.textra - finds and MARKS all function declarations
  53.       in your C source file.
  54.  
  55.  
  56.    And integration with A NEW LANGUAGE PRODUCT... SAS/C!
  57.    -----------------------------------------------------
  58.                  (in rexx/SASC_Scripts)
  59.                     
  60.    o  Textra now includes a great interface to SAS Institute's
  61.       popular C development system.  The complete package includes
  62.       SASC.Readme (in docs), SCMSG (an SAS/C config file) and
  63.       several Textra scripts for driving the compiler.  The
  64.       Textra-to-SAS/C interface was developed by an SAS employee!
  65.