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 Starbase Corporation on 01/08/97 to be compatible
with Codewright v5.0.

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

INSTALLATION

Copy the DLL from the WIN32 subdirectory into the CodeWright home directory.

Next, launch Codewright if it is not already running, and select "Customize |
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 "Customize | Language" dialog, and applies to files with the
extension ".FOR". You may want to take a few minutes going through the
"Customize | Language" dialog to verify the settings for the ".FOR" file
type. In particular, you probably want to check the "Template Expansion"
checkbox on the "Templates" tab.

FIXED BUGS

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