VIEWCHNG - Written 01.27.96 SZ Starbase Corporation

INTRODUCTION

This archive contains a Codewright add-on module that will allow you
to view only the changed lines of a document, using compact mode. This
is useful if you want to make sure each line is commented, or if accidental
changes have been made to a file. This does not show lines that have been
removed. To exit from collapsed (selective display) mode, press ESC.

This documentation applies to versions 5.0 - 7.0  of Codewright, although the
module should work with 4.0.

INSTALLATION

Create a VIEWCHNG directory below your main Codewright directory, and
extract the files there (be sure to recreate the archive's directory
structure). Launch Codewright, and select Customize | Libraries. Click on Add.
Go to the VIEWCHNG\WIN32 directory and open VIEWCHNG.DLL. Click Ok on the
Libraries dialog.  It is also necessary to turn on 'Changed Lines' in the
'Coloring' tab of the Customize | Language dialog for the 'File type:' you
want tracked BEFORE any changes are made.

You can also map a keystroke or toolbar button to the "ViewChanged"
function for easy access.

USAGE

Either press the key/button you have mapped to "ViewChanged", or select
Tools|API Command (or the appropriate key) and enter "ViewChanged".

Press escape to get out of compact mode.

DETAILS

VIEWCHNG.DLL exports the following functions which you can use.

        ViewChanged() - Set all line attributes to invisible, except
                        those that have been changed, using
                        AttrSetVisible().

INCLUDED FILES

        README.TXT         - This file
        VIEWCHNG.C         - The source code
        VIEWCHNG.RC        - A dummy resource file
        VIEWCHNG.          - Microsoft makefile
        VIEWCHNG.MAK       - Borland makefile
        WIN32\VIEWCHNG.DEF - 32-bit .DEF file
        WIN32\VIEWCHNG.DLL - 32-bit .DLL file

FEEDBACK AND SUPPORT

Send e-mail to support@starbase.com, or call 503.207.1190.
