9/13

           The Best of the BBS: An Assortment of Codewright Add-ons



NOTE:  All executable files on this disk are self-extracting archive
       files which have been compressed using PKZIP version 2.0g.



\          Descriptive Files


  HISTORY.EXE   List of major bug fixes in Codewright's history.

  MANIFEST.TXT  This file, listing and describing this disk.



BTERP\     Brief Interpreter


  BTERP.EXE     Contains necessary files to support running Brief
                compiled macro files within Codewright.

  BTERPMAN.EXE  Text version of the BTERP manual.  Hard copies of the
                manual are available.


ETC\       Miscellany


  CWCTL3D.EXE   DLL to display all Codewright dialog boxes with
                3D look.

  LAUNCH.EXE    Generic utility similar to CWWATCH.EXE which can
                invoke menu entries on any application.

  WIZWATCH.EXE  A utility to help integrate Codewright with MSVC.
                Place the .EXE in your Startup group; it will install
                a Codewright button on the Visual Workbench toolribbon
                which will bring up the current file in Codewright.
                This utility also enables makes it possible to call any
                Visual Workbench menu item from within Codewright--you
                can even bind the calls to keystrokes!

  SANSMONO.EXE  A sans-serif, fixed-pitch, TrueType font for Codewright.

  TREECTRL.EXE  Demo programs containing the Premia Tree Control.  This
                is the same tree control used in the Codewright browser.

  WSTDIO.EXE    wstdio.dll containing 3 functions for printing debug output
                into a Codewright window: 

                  wputs()      - display a string
                  wputchar()   - display a character
                  wprintf()    - display a formatted string (sprintf format)



EXTENS\    Functional Extension Libraries for Codewright  


  BORHELP.EXE   Makes Borland help files available from Codewright.

  CLOCK.EXE     Creates an analog clock in a Codewright window.

  COLSUM.EXE	Sums columns of data in selected lines

  CENTRDLG.EXE  DLL to center all Codewright dialogs when they first appear.

  CWBUTTON.EXE  Dummy DLL to add Icons and Bitmaps to for display within
                Codewright ribbon and side bar.

  CWINDENT.EXE  Codewright interface to windent.exe (C/C++ code formatter).

  DEFEXTEN.EXE  Adds default extension when opening files if none was given.

  ERRPARSE.EXE  Provides error parsing support for many assemblers and
                compilers.

  GREPMRGE.EXE  Merges output from File Grep to a text file.

  PRJDUMP.EXE   Brings up a dialog listing files in a Borland .PRJ file
                for easy editing.

  RSTCOLOR.EXE  Resets changed-line coloring on file write.

  SELFILE.EXE   Brings up the selected #include file.

  STPTRAIL.EXE  Strips trailing whitespace on write.

  TAGDIR.EXE    Automatically rename the current TagSetFile so it tracks
                the directory of the current edit file.  Optionally,
                continually resets the current working directory to be
                that of the current edit file.

  UEOL.EXE      Automatically sets buffer flags if it senses Unix EOL
                sequences.



KEYMAPS\


  EPSILON.EXE   Emacs-like keymap for Unix immigrants.  Source code for
                epsilon.dll installed from Codewright Disk 1.

  QEDIT.EXE     Qedit emulation.

  WORDSTAR.EXE  Wordstart emulation.

  WS_PAS.EXE    Pascal source for Wordstar keymap.



LANGUAGE\  Syntax support for new languages


  CFW.EXE

  TAL.EXE



UTILS\     Stand-alone DOS utilities useful for Codewright users


  CPPB.EXE      Pretty prints C++ source.

  INDENT.EXE    Updates the old Indent program for C++.  Includes source
                for Windows version.

  ISWIN.EXE     Detects whether an executable is for DOS or Windows.

  MAK2PJT.EXE	Converts MSVC projects to Codewright projects

  PRJ2PJT.EXE	Converts Borland projects to Codewright projects

  UNLOAD.EXE    Unloads DLLs from memory so you can restart Codewright after
                a crash without restarting Windows.

  WQH111.EXE    Adapts Quick Help to Windows.

  WSHOWARG.EXE  Shows the arguments it was called with.  Useful for debugging.

  WTAGS.EXE     TAGS18.EXE plus the Windows version to support compiled
                tag files for Codewright.

  WTAGCOMP.EXE  Executable to convert Tag file into Codewright .ptg file.
                File format should be shown in the example below:

                    _bas_add_keyword d:\src\bas\bas.c(174)F

                Where the trailing P indicates what type of name it is.
                If none is specified, it is assumed to be a function (F).
