home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmmac.zip / OS2TOOLS.CFG < prev    next >
Text File  |  1996-02-28  |  5KB  |  85 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. ; (If you need to create an initial MYCNF.E and don't know what you're doing,
  9. ; go ahead and copy this file to MYCNF.E, then delete any lines for which you
  10. ; prefer to take the indicated default.)
  11. ;
  12. ; If you've compiled with SUPPORT_USERS_GUIDE = 1 (or have the distributed .ex
  13. ; files, which are compiled that way), and have EPMUSERS.INF in the current
  14. ; directory or a directory listed in your BOOKSHELF setting, you can get view
  15. ; the documentation for any configuration constant by placing the cursor on
  16. ; the constant name and selecting Help / View User's Guide / Current Word.
  17.  
  18. const
  19.    HOST_SUPPORT = 'EMUL'       -- ('STD') Use E3EMUL.  Following are for it:
  20.      USING = 'IBM'               -- ('CM') Send/Receive protocol    Needed for MVS
  21.      MVS = 1                     -- (0) Include MVS support
  22.      HOST_LT_REQUIRED = 1        -- (0) H: refers to PC; HA: refers to host.
  23. compile if EVERSION < '6.00c'
  24.    LINK_HOST_SUPPORT = 1       -- (0) Must link in host support; no room in base.
  25.    P_SYNTAX_ASSIST = 0      -- (1) Omit temporarily; out of space
  26. compile endif
  27.    REXX_SYNTAX_ASSIST = 1      -- (0) Include Rexx syntax assist
  28. compile if EVERSION < '6.00c'
  29.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  30. compile else
  31.    WANT_STACK_CMDS = 1         -- (0) Leave on all the time; can't toggle w/ new menus
  32. compile endif
  33.    WANT_ALL = 1                -- (0) Include this; nice to have
  34.    WANT_SEARCH_PATH = 1        -- (0) Include this; nice to have
  35.    WANT_LAN_SUPPORT = 1        -- (0) Include this; nice to have
  36.  
  37.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  38.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  39.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  40.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  41.    ENHANCED_PRINT_SUPPORT = 1  -- (0) Support list of printers
  42.    WANT_DBCS_SUPPORT = 1       -- (0) Include support for DBCS
  43. compile if EVERSION < '6.00c'
  44.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  45. compile endif
  46.    WANT_BRACKET_MATCHING = 1   -- (0) Include bracket matching code.
  47.    WANT_KEYWORD_HELP = 1       -- (0) Include keyword lookup code.
  48.    WANT_EPM_SHELL = 1          -- (0) Include the shell window support
  49.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  50.    WANT_PROFILE = 'SWITCH'     -- (0) Enable switching on Rexx profile support
  51.    TOGGLE_TAB = 1              -- (0) Enable toggling Tab key to insert a tab character.
  52.    C_TABS       = 0            -- (3) Users who don't recompile can't control this, so don't set.
  53.    C_MARGINS    = 0            -- (1 254 1)  "
  54.    E_TABS       = 0            -- (3)        "
  55.    E_MARGINS    = 0            -- (1 254 1)  "
  56.    REXX_TABS    = 0            -- (3)        "
  57.    REXX_MARGINS = 0            -- (1 254 1)  "
  58.    P_TABS       = 0            -- (3)        "
  59.    P_MARGINS    = 0            -- (1 254 1)  "
  60.    BLOCK_ACTIONBAR_ACCELERATORS='SWITCH'  -- (1) Switch menu accelerators on/off
  61. compile if EVERSION >= 6
  62. ;; STD_MENU_NAME = 'ovshmenu.e' -- (undef) Use WOVSH menu style
  63.    STD_MENU_NAME = 'fevshmnu.e' -- (undef) Use WFEVSH menu style
  64.    my_STACK_CMDS = 1           -- (0) Initialize to stack cmds visible
  65.    WANT_TAGS = 1               -- (0) Include support for 'tags' file
  66. compile elseif EVERSION >= '5.60'
  67.    WANT_TAGS = 'DYNALINK'      -- (0) Include support for 'tags' file
  68. compile endif
  69. compile if EVERSION < '5.60'
  70.    WANT_TRUNCATED_WARNING = 1  -- (0) Give a pop-up for "Lines truncated" warning
  71. compile endif
  72.    DYNAMIC_CURSOR_STYLE = 1    -- (0) Allow selecting cursor style at run time
  73.    EPM_POINTER = 'SWITCH'      -- (2) Allow selecting mouse pointer style at run time
  74.    SUPPORT_USERS_GUIDE = 1     -- (0) Include a reference to the EPM User's Guide on the Help menu
  75.    SUPPORT_TECHREF = 1         -- (0) Include a reference to the EPM Macro Programmer's Tech. Ref. on the Help menu
  76.  
  77. define
  78.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  79.  
  80. compile if defined(BLACK)
  81. define
  82.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  83. compile endif
  84.  
  85.