home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / brfcla2.zip / README.DOC < prev    next >
Text File  |  1989-06-07  |  3KB  |  70 lines

  1.                                                           5-June-1989
  2.          
  3.        BRIEF v2.1 macro modifications to provide support for the 
  4.        CLARION language when editing and compiling from within the
  5.        BRIEF editing environment.These macros are intended for BRIEF
  6.        v2.1. 
  7.          
  8.          Files included:
  9.            CCOMPILE.M  - Modified versions of standard COMPILE.M 
  10.                          macros (cc) and (compile_it). 
  11.                          This is source code with changes and
  12.                          installation instructions included as
  13.                          comments. Please read the comments for
  14.                          installation instructions.
  15.          
  16.            CLAINITL.INC - File to be included in your initials macro 
  17.                           source code file. It contains macros for
  18.                           setting tabs for .CLA and .MDL files as 
  19.                           the macros to support the next error/previous
  20.                           error facility when compiling within BRIEF.
  21.                           Please read the file for installation 
  22.                           instructions.
  23.          
  24.            CLASRCH.INC -  An include file for the standard SEARCH.M
  25.                           file to provide next word/previous word
  26.                           search functions for the CLARION language.
  27.                           Please read the file for installation
  28.                           instructions.
  29.  
  30.            ABC.M -        A sample initials macro file showing the
  31.                           autoloads for ccompile.cm, up_paren.cm
  32.                           and how to #include clainitl.inc
  33.          
  34.           UP_PAREN.M -    This macro is my contribution to CLARION
  35.                           coding style when editing a CLA or MDL
  36.                           file. It will insert a pair of parentheses
  37.                           at the cursor and then uppercase the 
  38.                           previous word. See macro file for more 
  39.                           details.
  40.  
  41.            README.DOC -   This file
  42.          
  43.          Please feel free to use the macros and include files as you 
  44.          see fit. USE THEM AT YOUR OWN RISK !!!!!!
  45.          
  46.          I have only two requests:
  47.            1) Please credit me for originating these macros.
  48.            2) Send me a copy of any improvements or new macros via:
  49.          
  50.            o   CLARION BBS (305) 785-9172  1200/2400 8,n,1
  51.          
  52.            o   Solution Systems (BRIEF) BBS (617) 337-3915 
  53.                1200/2400 8,n,1
  54.          
  55.            Or directly to me at:
  56.            o   Kevin Baradet
  57.                Strategic Power Systems, Inc.
  58.                1717 Central Ave.
  59.                Albany, NY 12205-4725
  60.                (518) 452-7773 (voice)
  61.  
  62.         Possible enhancements or new macros might include:
  63.           o Template editing similar to the 'C' templates
  64.             provided with BRIEF using LANGUAGE.M and the
  65.             BPACKAGES facility.
  66.          
  67.           o An alternate keyboard map for BRIEF to make 
  68.             the keystrokes used to invoke editing commands
  69.             consistant with CLARION's CEDT editor.
  70.