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

  1. ; The following is the MYCNF.E used to build the .ex files for the OS2TOOLS
  2. ; version of EPM.  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.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  16.    WANT_ALL = 1                -- (0) Include this; nice to have
  17.    WANT_SEARCH_PATH = 1        -- (0) Include this; nice to have
  18.    WANT_LAN_SUPPORT = 1        -- (0) Include this; nice to have
  19.  
  20.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  21.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  22.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  23.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  24.    MOUSE_SUPPORT = 'LINK'      -- (1) Another way of saving space.
  25.    ENHANCED_PRINT_SUPPORT = 1  -- (0) Support list of printers
  26.    WANT_DBCS_SUPPORT = 1       -- (0) Include support for DBCS
  27.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  28.    WANT_BRACKET_MATCHING = 1   -- (0) Include bracket matching code.
  29.    WANT_KEYWORD_HELP = 1       -- (0) Include keyword lookup code.
  30.    WANT_EPM_SHELL = 1          -- (0) Include the shell window support
  31.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  32.    WANT_PROFILE = 'SWITCH'     -- (0) Enable switching on Rexx profile support
  33.    BLOCK_ACTIONBAR_ACCELERATORS='SWITCH'  -- (1) Switch CUA menu support on/off
  34.  
  35. define
  36.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  37.  
  38. compile if defined(BLACK)
  39. define
  40.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  41. compile endif
  42.  
  43.