home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / editor / epmtools / cstepm / custepm.abs < prev    next >
Encoding:
Text File  |  1993-05-06  |  3.4 KB  |  59 lines

  1. CustEPM - a Customized version of EPM, by Larry Margolis.
  2.  
  3. (c) Copyright International Business Machines Corporation 1993.
  4. All rights Reserved.
  5.  
  6. CustEPM adds an Actions menu to EPM, in a way that makes it easy for
  7. users to incorporate into their own EPM setup.  It is a customized
  8. version of EPM that users who don't want to recompile the macros can use
  9. directly, that users who want to customize only by setting flags in the
  10. MYCNF.E and recompiling can incorporate, and that true hackers can start
  11. with as a base and modify to their hearts' content.
  12.  
  13. To use CUSTEPM with your current EPM 5.51, simply download CSTEPM.ZIP in
  14. binary, unpack into your EPM directory (\OS2\APPS), and you're ready.  To
  15. recompile using your own MYCNF.E and including your MYSTUFF.E, etc., you
  16. can either recompile as you have been, or run the included MAKEMACS
  17. command which will rebuild all the .ex files.  (This is also a good way
  18. to use this with a version of EPM other than 5.51.)
  19.  
  20. The included files are:
  21. LICENSE.TXT -  The "As-is" license agreement.
  22. CUSTEPM.ABS -  This description.
  23. SITECNF.E -    A one-liner that includes CUSTEPM.CFG; this takes advantage
  24.                of the new support for site configuration files.  If you
  25.                want to use CUSTEPM in conjunction with a real site configuration
  26.                file, delete this SITECNF.E and (if you're an end user) do an
  27.                   include 'CUSTEPM.CFG'
  28.                at the end of your MYCNF.E, or (if you're the owner of the
  29.                site configuration file) do the above include in your
  30.                existing SITECNF.E.
  31. CUSTEPM.CFG -  A configuration file that will set things the way that the
  32.                version of EPM on OS2TOOLS is configured.  Any settings in
  33.                this file can be overridden by settings in the MYCNF.E.
  34. CUSTEPM.E    - Defines the Actions menu and the routines it needs.  This
  35.                will automatically be included in EXTRA.EX if one is used,
  36.                otherwise in EPM.EX.
  37. FOLD.E -       Routines for code folding and expansion.
  38. GMLTAGS.E -    Defines the GML menu and the routines it needs.  The
  39.                resulting .ex file is linked when needed.
  40. SGMLTAGS.E -   Defines the SGML menu and the routines it needs.  The
  41.                resulting .ex file is linked when needed.
  42. LATEXMNU.E -   Defines the LaTeX menu and the routines it needs.  The
  43.                resulting .ex file is linked when needed.
  44. EPMPRT.E -     Defines the Printer menu.  Requires the latest set of EPM
  45.                macros.  Executed as a stand-alone .ex file; needs no
  46.                routines of its own at runtime.
  47. GETHOST.E -    Gets a copy of the Comm. Mgr. host screen, using EHLLAPI calls.
  48.                Executed as a stand-alone .ex file.
  49. MAKEMACS.CMD - Command file to rebuild the .ex files.  With no arguments, will
  50.                rebuild them all, or one or more files can be specified on the
  51.                command line and only those will be recompiled.  (If you have
  52.                the beta version of EPM that includes tags support, you should
  53.                uncomment the line that rebuilds the MAKETAGS file; if you have
  54.                LINK_HOST_SUPPORT = 0 or HOST_SUPPORT = something other than
  55.                'EMUL' in your MYCNF.E, you should comment out the line that
  56.                rebuilds E3EMUL.EX.)
  57. GREP.EXE -     Ralph Yozzo's GREP, used to search files on disk for text.
  58. *.ex -         The compiled macro files for EPM 5.51.
  59.