home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_PAS / SNAPPD21.ZIP / README.1ST < prev    next >
Text File  |  1993-12-30  |  2KB  |  51 lines

  1.                                  About SNAP-P
  2.  
  3.      For safety, SNAP-P will not change the original source file unless
  4.      told to.  Even then, a backup copy will be made first.  The newly
  5.      structured source text will be placed in a file with the same name as
  6.      the original and the default extension '.SNP'.  The Resulting
  7.      formatted code is shown beside the original on your screen for easy
  8.      comparison.  If you like the results and you have not told SNAP-P to
  9.      change the source, you can replace the original '.PAS' file with the
  10.      new file yourself.
  11.  
  12.      SNAP-P reformats a Pascal program by adjusting margins and internal
  13.      spacing, and using standard capitalization for all keywords and
  14.      identifiers.  You may specify capitalization by either rules or by
  15.      table lookup.  If you choose "rules" (rather than "table") the
  16.      standard capitalization is used.  You can specify which standards and
  17.      use different rules for keywords and identifiers.  If you choose table
  18.      lookup an optional dictionary of standard capitalization is maintained
  19.      by SNAP-P.  String literals and comments are never changed.
  20.  
  21.  
  22.                                  Installation
  23.  
  24.      Copy the SNAP-P.EXE and SNAP-P.DOC files to the same directory on
  25.      your hard disk.  If you want to execute from anywhere in the
  26.      system you need to make sure it is in the PATH.
  27.  
  28.      If you want to use SNAP-P as a tool in a Borland(R) product, do
  29.      the following:
  30.  
  31.           1    Start the Borland product
  32.  
  33.           2    Under the Options|Tools menu select New
  34.  
  35.           3    On the resulting form enter:
  36.  
  37.                Title        : ~S~NAP-P
  38.                Program Path : Enter the full path name of SNAP-P.EXE
  39.                Command Line : $EDNAME $SAVE ALL
  40.                Hot Keys     : Pick an available Hot Key (optional).
  41.  
  42.           4    Click OK
  43.  
  44.                                     Removal
  45.  
  46.      If you decide that you don't want to keep SNAP-P on your system,
  47.      delete SNAP-P.* from the directory where you placed SNAP-P.EXE.
  48.      If you have changed your PATH or modified any tools menus these
  49.      will also need to be returned to their original state.
  50.  
  51.