home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / mlepm.zip / mlepm.abs < prev    next >
Text File  |  1995-09-19  |  5KB  |  75 lines

  1. MLEPM - a Customized version of EPM, by Martin Lafaix
  2.  
  3. (c) Copyright Martin Lafaix 1994, 1995.  All rights Reserved.
  4.  
  5. MLEPM adds hooks, highlighting and various editing mode to EPM, in a way
  6. that makes it easy for users to incorporate into their own EPM setup.  It
  7. is a customized version of EPM that users who don't want to recompile the
  8. macros can use directly, that users who want to customize only by setting
  9. flags in the MYCNF.E and recompiling can incorporate, and that true hackers
  10. can start with as a base and modify to their hearts' content.
  11.  
  12. To use MLEPM with your current EPM 5.51a or EPM 6.00c, simply download
  13. MLEPM.ZIP in binary mode, unpack into your EPM directory (\OS2\APPS),
  14. start MPOPUP.EXE, unpack either EX.551 or EX.600 depending on your
  15. current EPM version, and you're ready.  To recompile using your own
  16. MYCNF.E and including your MYSTUFF.E, etc., you can either recompile
  17. as you have been, or run the included MAKEMACS command which will
  18. rebuild all the .ex files.  (This is also a good way to use this with
  19. a version of EPM other than 5.51a or 6.00c.)
  20.  
  21. The included files are:
  22. README -       Last minute and installation notes.
  23. FILE_ID.DIZ -  A short description used by BBS.
  24. MLEPM.ABS -    This description.
  25. MLEPM.NDX -    An index file for Kwikinf.
  26. MLEPM.BAR -    A sample toolbar (for use with EPM 6).
  27. MATCHKEY.E -   Provides automatic parent matching, and redefines opening
  28.                tokens keys ('{', '(' and '[') so that they insert the
  29.                corresponding closing token.  Don't link it if you don't
  30.                like it! :-)
  31. CMODE.E -      Defines the C editing mode and the routines it needs.  The
  32.                resulting .ex file is linked when needed.
  33. EMODE.E -      Defines the E editing mode and the routines it needs.  The
  34.                resulting .ex file is linked when needed.
  35. HTMLMODE.E -   Defines the HTML editing mode and the routines it needs.
  36.                The resulting .ex file is linked when needed.
  37. LISTMODE.E -   Defines the List editing mode and the routines it needs.
  38.                The resulting .ex file is linked when needed.
  39. PMODE.E -      Defines the Pascal editing mode and the routines it needs.
  40.                The resulting .ex file is linked when needed.
  41. RCMODE.E -     Defines the RC editing mode and the routines it needs.  The
  42.                resulting .ex file is linked when needed.
  43. REXXMODE.E -   Defines the REXX editing mode and the routines it needs.
  44.                The resulting .ex file is linked when needed.
  45. MLHOOK.E -     Defines hook in EPM.  It provides default hooks for the
  46.                main events (load, select and modify).
  47. MLHILITE.E -   Defines the highlighting mode and the routines it needs. The
  48.                resulting .ex file is linked when needed.
  49. MLTOOLS.E -    Defines basic tools for mode-handling and additional tools
  50.                for highlighted files.  The resulting .ex file is linked
  51.                when needed.
  52. PROFILE.551 -  This file is a sample profile.erx for use with EPM v5.51a.
  53.                If you already have a profile.erx, merge these two files.
  54.                Otherwise, rename profile.smp to profile.erx, and enable
  55.                profile support in EPM (Ctrl+I, then issue the PROFILE ON
  56.                command, and save your options -- Options/Save options).
  57. PROFILE.600 -  This file is a sample profile.erx for use with EPM v5.60+.
  58.                Do not use the previous PROFILE.551 with such a version of
  59.                EPM.
  60. STYLES.SMP -   This file contains all styles currently used by MLEPM.  You
  61.                SHOULD load this file BEFORE using MLEPM.  It will defines
  62.                styles, so that they will be registered by EPM.  To adjust
  63.                them to your pleasure, popup the 'Style' dialog (Edit/Style),
  64.                choose the style you want to redefine in the 'Style name'
  65.                drop-down listbox, make your changes, and Register them.
  66. MAKEMACS.CMD - Command file to rebuild the .ex files.  With no arguments, will
  67.                rebuild them all, or one or more files can be specified on the
  68.                command line and only those will be recompiled.
  69. MPOPUP.* -     Defines the popumenu/highlighting server.  MPOPUP.EXE should
  70.                be running in order to enable popupmenu and on-the-fly
  71.                highlighting.
  72. EX.551 -       The compiled macro files for EPM v5.51a
  73. EX.600 -       The compiled macro files for EPM v6.00c
  74. MLEPM.INF -    The online user's guide.
  75.