Fortran Language Support DLL
Updated 01/08/97 to work with Codewright v5.0 - S.Z.

INTRODUCTION

This archive contains source code and libraries needed to add Fortran
language support to Codewright v5.0. The source code was originally adapted
from the BAS.C source code for Codewright v3.1g by Gerald A. Szekely on
08/06/94, and modified by Premia Corporation on 01/08/97 to be compatible
with Codewright v5.0. Gerald's original documentation is included in this
archive under the filename README.ORG.

The library includes support for keyword coloring (Chromacoding), template
expansion, and Fortran style comments.

INSTALLATION

To install the library into Codewright, you must first determine whether you
need the 16- or 32-bit version, located in the WIN16 or WIN32 directories
respectively, both named FOR.DLL. Copy this DLL file into your main
Codewright directory.

Next, launch Codewright if it is not already running, and select "Tools |
Libraries" from the menu. Click on "Add" in the dialog that appears. A
standard Windows file open dialog should be displayed. Find and open FOR.DLL.
Click on the "Ok" button, and the library should be loaded.

CONFIGURATION

Once the DLL is loaded into Codewright, a new file type will automatically
be added to the "Document | Language" dialog, and applies to files with the
extension ".FOR". You may want to take a few minutes going through the
"Document | Language" dialog to verify the settings for the ".FOR" file
type. In particular, you probably want to check the "Template Expansion"
checkbox on the "Edit" tab.

FIXED BUGS

Template expansion would occur even if entering text into certain types
of comments under certain conditions. This should no longer happen.
