VIEWCHNG - Written 01.27.96 SZ Premia 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.

This documentation applies to version 5.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 Tools|Libraries. Click on Add.
Go to the VIEWCHNG\WIN16 or VIEWCHNG\WIN32 directory (whether you're running
the 16- or 32-bit version) and open VIEWCHNG.DLL. Click Ok on the Libraries
dialog.

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
        WIN16\VIEWCHNG.DEF - 16-bit .DEF file
        WIN16\VIEWCHNG.DLL - 16-bit .DLL file
        WIN32\VIEWCHNG.DEF - 32-bit .DEF file
        WIN32\VIEWCHNG.DLL - 32-bit .DLL file

FEEDBACK AND SUPPORT

Send e-mail to smz@premia.com, or call 800.647.9902.
