
MATLAB.DLL - Language Support for MATLAB

Included in this package are

	- ChromaCoding support

	- Template expansion

	- Subroutine folding

	- Smart indenting

This package contains the source for MATLAB.DLL and compiled
versions of the DLL's for various flavors of CodeWright.  To
use it, copy the appropriate DLL to your CWRIGHT directory.
Then load the library through CodeWright's Customize|Libraries dialog. 
In the dialog, click on "Add" and browse for the appropriate library.
The preceding steps add a LibPreload line to the [LibPreload] section
of the appropriate configuration file according the table below.

Product Name            DLL Name       LibPreload Line           Config. File
______________________________________________________________________________
CodeWright 5.1 16bit    MATLAB.DLL     LibPreload=MATLAB.DLL       CWRIGHT.INI
CodeWright 6.6 32bit    MATLAB32.DLL   LibPreload=MATLAB32.DLL     CWRIGHT.INI

Once you have loaded the library, you will need to add a .m file type in
CodeWright's Customize|Language dialog. Click on "New Type" and type m in
the edit box. Once .m is listed and highlighted in the file type list box, choose whatever
editing options you want on the edit tab of the same dialog.

Author information:
 
 Matlab Implementation written by Charles H. Frankel, frankel@cs.uchicago.edu
 The Unversity of Chicago Department of Computer Science
 This module was written for MS Visual C++ Version 2.0
 October, 1995

	
    
