home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmmac.zip / EPMGCNF.SMP < prev    next >
Text File  |  1996-02-28  |  6KB  |  99 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. compile if EVERSION < '6.00c'
  14.    LINK_HOST_SUPPORT = 1       -- (0) Must link in host support; no room in base.
  15. compile endif
  16.    REXX_SYNTAX_ASSIST = 1      -- (0) Include Rexx syntax assist
  17.    E_SYNTAX_ASSIST = 0         -- (1) The product doesn't need E syntax assist!
  18. compile if EVERSION < '6.00c'
  19.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  20. compile else
  21.    WANT_STACK_CMDS = 1         -- (0) Leave on all the time; can't toggle w/ new menus
  22. compile endif
  23.    WANT_ET_COMMAND = 0         -- (1) The product doesn't get ETPM.
  24.    WANT_ALL = 1                -- (0) Include this; nice to have
  25.    WANT_SEARCH_PATH = 1        -- (0) Include this; nice to have
  26.    WANT_LAN_SUPPORT = 1        -- (0) Include this; nice to have
  27. compile if EVERSION < '6.00c'  -- (Slows down startup)
  28.    CHECK_FOR_LEXAM = 1         -- (0) Give them spell checking if they already have LEXAM.DLL
  29. compile endif
  30.  
  31. compile if EVERSION < 6   -- This is now the internal default in EPM 6
  32.    my_DEFAULT_EDIT_OPTIONS = '/t'  -- ('') Default should be to keep (not expand) tabs
  33. compile endif
  34.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  35.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  36. compile if EVERSION < 6    -- Don't bother with this for the beta version.
  37.    my_STREAM_MODE = 1          -- (0) Default is to start with it on
  38. compile endif
  39.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  40. compile if EVERSION < 6    -- Don't bother with this for the beta version.
  41.    my_CUA_marking_switch = 1   -- (0) Default is to start with it on
  42. compile endif
  43. compile if EVERSION < 6    -- Don't want this stuff in EPM 6
  44.    RING_OPTIONAL = 1           -- (0) Enables Ring on / Ring off code
  45.    my_RING_ENABLED = 0         -- (1) Make it stupid for CUA
  46.    NO_ESCAPE = 1               -- (0) CUA says Escape key can't go to command dialog.
  47. compile endif
  48.    SUPPORT_BOOK_ICON = 0       -- (1) No "Book icon" on Options
  49.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  50.    ENHANCED_PRINT_SUPPORT = 1  -- (0) Support list of printers
  51.    WANT_DBCS_SUPPORT = 1       -- (0) Include support for DBCS
  52. compile if EVERSION < '6.00c'
  53.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  54.    WANT_EPM_SHELL = 'HIDDEN'   -- (0) Include the function, but not initially visible.
  55. compile else
  56.    WANT_EPM_SHELL = 1          -- (0) Include the shell support.
  57. compile endif
  58.    WANT_BRACKET_MATCHING = 1   -- (0) Include bracket matching code.
  59.    WANT_KEYWORD_HELP = 1       -- (0) Include keyword lookup code.
  60.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  61.    WANT_PROFILE = 'SWITCH'     -- (0) Enable switching on Rexx profile support
  62. compile if defined(NO_ESCAPE)
  63.    TOGGLE_ESCAPE = 1           -- (0) Enable toggling Esc to activate command dialog.
  64. compile endif
  65.    TOGGLE_TAB = 1              -- (0) Enable toggling Tab key to insert a tab character.
  66.    C_TABS       = 0            -- (3) Without ETPM, users can't customize, so don't set.
  67.    C_MARGINS    = 0            -- (1 254 1)  "
  68.    E_TABS       = 0            -- (3)        "
  69.    E_MARGINS    = 0            -- (1 254 1)  "
  70.    REXX_TABS    = 0            -- (3)        "
  71.    REXX_MARGINS = 0            -- (1 254 1)  "
  72.    P_TABS       = 0            -- (3)        "
  73.    P_MARGINS    = 0            -- (1 254 1)  "
  74.    BLOCK_ACTIONBAR_ACCELERATORS='SWITCH'  -- (1) Switch menu accelerators on/off
  75. ;; my_CUA_MENU_ACCEL = 1       -- (0) Don't block menu accelerators for action bar selections.
  76.    WANT_NODISMISS_MENUS = 0    -- (1) Don't make Pref. & Frame Ctrls menus NODISMISS
  77. compile if EVERSION < '5.60'
  78.    WANT_TRUNCATED_WARNING = 1  -- (0) Give a pop-up for "Lines truncated" warning
  79. compile endif
  80.    DYNAMIC_CURSOR_STYLE = 1    -- (0) Allow selecting cursor style at run time
  81.    EPM_POINTER = 'SWITCH'      -- (2) Allow selecting mouse pointer style at run time
  82. compile if EVERSION >= 6
  83. ;; STD_MENU_NAME = 'ovshmenu.e' -- (undef) Use WOVSH menu style
  84.    STD_MENU_NAME = 'fevshmnu.e' -- (undef) Use WFEVSH menu style
  85.    my_STACK_CMDS = 1           -- (0) Initialize to stack cmds visible
  86.    WANT_TAGS = 1               -- (0) Include support for 'tags' file
  87. ;; INITIAL_TOOLBAR = 0         -- (Undef) Start out off, so window appears more quickly
  88. compile endif
  89.  
  90. define
  91.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  92.  
  93. compile if defined(BLACK)
  94. define
  95.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  96.    MARKCOLOR                = White + BlackB  -- (BLUE + GREYB)
  97. compile endif
  98.  
  99.