home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / prodtool / epm / e_macros / os2tools.cfg < prev    next >
Encoding:
Text File  |  1992-08-03  |  2.3 KB  |  42 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.  
  34. define
  35.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  36.  
  37. compile if defined(BLACK)
  38. define
  39.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  40. compile endif
  41.  
  42.