home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / doc303.zip / CHANGES.303 next >
Text File  |  1993-06-04  |  2KB  |  31 lines

  1. Changes in Version 3.03 from 3.01
  2.  
  3.   1. In printed output lines longer than the char/line setting
  4.      are broken up into several lines.  Previous version of DOC
  5.      assumed that the printer did this on its own.  DOC 3.02
  6.      will work properly with printers which truncate long lines.
  7.  
  8.   2. New option in OUTPUT/SOURCE CODE menu : "Indent continued
  9.      lines 1 level."  If this is set to Yes then DOC indents
  10.      lines following a trailing semicolon one control level more
  11.      than the normal control level indent.  If this option is
  12.      set to NO then DOC indents continued lines either the
  13.      normal control level indent or the original indent of that
  14.      line, whichever is greater.  Previous versions of DOC
  15.      retained the original indent for continued lines.
  16.  
  17.   3. New option in OUTPUT/SOURCE CODE menu: "Create file and
  18.      function headers." If set to NO then DOC does not create
  19.      file and function headers in output Source Code or Action
  20.      Diagrams.
  21.  
  22.   4. Bug fixed which caused DOC to bomb when trying to create
  23.      Action Diagrams when the number of spaces to indent per level
  24.      was set to 0.
  25.  
  26.   5. New option in ENTER SYSTEM VARIABLES menu: "Name of Open
  27.      Database Function".  When DOC finds this function in the
  28.      source code it will look for the name of a database, enclosed
  29.      in quotes, among the parameters.  If found the database will
  30.      be documented in the DBF_NTX.DOC report and the DATADICT.DBF
  31.      database and an include file will be created.