home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / epmmac2.zip / EPMGCNF.SMP < prev    next >
Text File  |  1992-12-19  |  4KB  |  62 lines

  1. ; The following is the MYCNF.E used to build the .ex files for the OS/2 2.0
  2. ; Enhanced Editor.  It is included in EMACROS.FLS as an example; please do
  3. ; *not* use it as a base MYCNF.E.  The MYCNF.E should only include changes
  4. ; from the STDCNF.E defaults; defining *everything* just makes it more
  5. ; difficult to debug problems.  The defaults are shown in parentheses.
  6. ; For possible values for each setting, see the documentation or STDCNF.E.
  7.  
  8. const
  9.    HOST_SUPPORT = 'EMUL'       -- ('STD') Use E3EMUL.  Following are for it:
  10.      USING = 'IBM'               -- ('CM') Send/Receive protocol    Needed for MVS
  11.      MVS = 1                     -- (0) Include MVS support
  12.      HOST_LT_REQUIRED = 1        -- (0) H: refers to PC; HA: refers to host.
  13.    LINK_HOST_SUPPORT = 1       -- (0) Must link in host support; no room in base.
  14.    REXX_SYNTAX_ASSIST = 1      -- (0) Include Rexx syntax assist
  15.    E_SYNTAX_ASSIST = 0         -- (1) The product doesn't need E syntax assist!
  16.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  17.    WANT_ET_COMMAND = 0         -- (1) The product doesn't get ETPM.
  18.    WANT_ALL = 1                -- (0) Include this; nice to have
  19.    WANT_SEARCH_PATH = 1        -- (0) Include this; nice to have
  20.    WANT_LAN_SUPPORT = 1        -- (0) Include this; nice to have
  21.    CHECK_FOR_LEXAM = 1         -- (0) Give them spell checking if they already have LEXAM.DLL
  22.  
  23.    my_DEFAULT_EDIT_OPTIONS = '/t'  -- ('') Default should be to keep (not expand) tabs
  24.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  25.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  26.    my_STREAM_MODE = 1          -- (0) Default is to start with it on
  27.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  28.    my_CUA_marking_switch = 1   -- (0) Default is to start with it on
  29.    RING_OPTIONAL = 1           -- (0) Enables Ring on / Ring off code
  30.    my_RING_ENABLED = 0         -- (1) Make it stupid for CUA
  31.    SUPPORT_BOOK_ICON = 0       -- (1) No "Book icon" on Options
  32.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  33.    NO_ESCAPE = 1               -- (0) CUA says Escape key can't go to command dialog.
  34.    MOUSE_SUPPORT = 'LINK'      -- (1) Another way of saving space.
  35.    ENHANCED_PRINT_SUPPORT = 1  -- (0) Support list of printers
  36.    WANT_DBCS_SUPPORT = 1       -- (0) Include support for DBCS
  37.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  38.    WANT_BRACKET_MATCHING = 1   -- (0) Include bracket matching code.
  39.    WANT_KEYWORD_HELP = 1       -- (0) Include keyword lookup code.
  40.    WANT_EPM_SHELL = 'HIDDEN'   -- (0) Include the function, but not initially visible.
  41.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  42.    WANT_PROFILE = 'SWITCH'     -- (0) Enable switching on Rexx profile support
  43.    TOGGLE_ESCAPE = 1           -- (0) Enable toggling Esc to activate command dialog.
  44.    TOGGLE_TAB = 1              -- (0) Enable toggling Tab key to insert a tab character.
  45.    C_TABS       = 0            -- (3) Without ETPM, users can't customize, so don't set.
  46.    C_MARGINS    = 0            -- (1 254 1)  "
  47.    REXX_TABS    = 0            -- (3)        "
  48.    REXX_MARGINS = 0            -- (1 254 1)  "
  49.    P_TABS       = 0            -- (3)        "
  50.    P_MARGINS    = 0            -- (1 254 1)  "
  51.    BLOCK_ACTIONBAR_ACCELERATORS='SWITCH'  -- (1) Switch CUA menu support on/off
  52.  
  53. define
  54.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  55.  
  56. compile if defined(BLACK)
  57. define
  58.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  59.    MARKCOLOR                = White + BlackB  -- (BLUE + GREYB)
  60. compile endif
  61.  
  62.