Homepage     Products     News     Ordering     Download     Support     Contact
 

Back

Version 2.00 supports processing of several files at the time
In version 1.14, only one file is processed at a time. In version 2.00, you may specify several files as it is the case in large programs. Thus, the table of contents may contain several "main" programs.
 

COM blocks are referenced in the table of contents and in source code
A page is created for each COM block. An utilization table of the current COM block appears on this page. You may also document each variable defined in the COM block. In the header section of subprogram and function pages, a COM block section lists the COM blocks used. You may also click on the COM block name to go directly to the COM block page.
 

Microsoft Dynamic HTML (DHTML)
Microsoft dynamic HTML is used to implement two dream functions for programmers:

  1. Collapsing/Expanding structures
    IF, WHILE, FOR, SELECT CASE and so on can be collapsed and expanded on a single click to improve readability.
     

STANDARD VIEW:


COLLAPSED VIEW:


 

  1. Highlight declared variables
    On a single click, you may highlight all locations where a variable is used.
     

X AND I VARIABLES HIGHLIGHTED:
 

 

Project Home Page
A project home page is produced. This page will include any HTML documentation that you will specify and at least two project summary tables:

  1. Project Files Table
    List of files processed with number of procedures contained in each file and hyperlinks on each main program.
     
  2. Undeclared Procedures
    List of undeclared subprograms and functions which are called in the source files. Each undeclared procedure is listed along with hyperlinks to its parent procedures.