; The following is the MYCNF.E used to build the .ex files for the OS2TOOLS ; version of EPM. It is included in EMACROS.FLS as an example; please do ; *not* use it as a base MYCNF.E. The MYCNF.E should only include changes ; from the STDCNF.E defaults; defining *everything* just makes it more ; difficult to debug problems. The defaults are shown in parentheses. ; For possible values for each setting, see the documentation or STDCNF.E. const HOST_SUPPORT = 'EMUL' -- ('STD') Use E3EMUL. Following are for it: USING = 'IBM' -- ('CM') Send/Receive protocol Needed for MVS MVS = 1 -- (0) Include MVS support HOST_LT_REQUIRED = 1 -- (0) H: refers to PC; HA: refers to host. CPP_SYNTAX_ASSIST = 1 C_SYNTAX_ASSIST = 1 E_SYNTAX_ASSIST = 1 JAVA_SYNTAX_ASSIST = 1 P_SYNTAX_ASSIST = 1 REXX_SYNTAX_ASSIST = 1 WANT_EBOOKIE = 0 WANT_TINY_ICONS = 1 ADA_KEYWORD_HIGHLIGHTING = 1 C_KEYWORD_HIGHLIGHTING = 1 E_KEYWORD_HIGHLIGHTING = 1 FORTRAN_KEYWORD_HIGHLIGHTING = 1 HTML_KEYWORD_HIGHLIGHTING = 1 IPF_KEYWORD_HIGHLIGHTING = 1 JAVA_KEYWORD_HIGHLIGHTING = 1 MAKE_KEYWORD_HIGHLIGHTING = 1 PERL_KEYWORD_HIGHLIGHTING = 1 RC_KEYWORD_HIGHLIGHTING = 1 REXX_KEYWORD_HIGHLIGHTING = 1 SCRIPT_KEYWORD_HIGHLIGHTING = 1 TEX_KEYWORD_HIGHLIGHTING = 1 WANT_STACK_CMDS = 1 -- (0) Leave on all the time; can't toggle w/ new menus WANT_ALL = 1 -- (0) Include this; nice to have WANT_SEARCH_PATH = 1 -- (0) Include this; nice to have WANT_LAN_SUPPORT = 1 -- (0) Include this; nice to have my_default_search_options='C' -- I prefer default to be ignore case. SETSTAY = '?' -- (0) Enable the STAY comamnd WANT_STREAM_MODE = 0 -- (0) Enable switching stream mode on and off WANT_CUA_MARKING = 0 -- (0) Enable switching between CUA and advanced marking ENHANCED_ENTER_KEYS = 1 -- (0) Let users configure each enter key separately ENHANCED_PRINT_SUPPORT = 1 -- (0) Support list of printers WANT_DBCS_SUPPORT = 1 -- (0) Include support for DBCS WANT_BRACKET_MATCHING = 1 -- (0) Include bracket matching code. WANT_KEYWORD_HELP = 1 -- (0) Include keyword lookup code. WANT_EPM_SHELL = 1 -- (0) Include the shell window support WANT_LONGNAMES = 'SWITCH' -- (0) Enable switching on longname support WANT_PROFILE = 'SWITCH' -- (0) Enable switching on Rexx profile support TOGGLE_TAB = 1 -- (0) Enable toggling Tab key to insert a tab character. C_TABS = 5 -- (3) Users who don't recompile can't control this, so don't set. C_MARGINS = 0 -- (1 254 1) " E_TABS = 0 -- (3) " E_MARGINS = 0 -- (1 254 1) " REXX_TABS = 3 -- (3) " REXX_MARGINS = 0 -- (1 254 1) " P_TABS = 0 -- (3) " P_MARGINS = 0 -- (1 254 1) " BLOCK_ACTIONBAR_ACCELERATORS=1 -- (1) Switch CUA menu support on/off my_CUA_MENU_ACCEL = 1 -- (0) Don't block CUA accelerators for action bar selections. ;; STD_MENU_NAME = 'ovshmenu.e' -- (undef) Use WOVSH menu style ;; STD_MENU_NAME = 'fevshmnu.e' -- (undef) Use WFEVSH menu style ;; STD_MENU_NAME = 'stdmenu.e' -- ori my_STACK_CMDS = 1 -- (0) Initialize to stack cmds visible WANT_TAGS = 1 -- (0) Include support for 'tags' file DYNAMIC_CURSOR_STYLE = 1 -- (0) Allow selecting cursor style at run time EPM_POINTER = 'SWITCH' -- (2) Allow selecting mouse pointer style at run time SUPPORT_USERS_GUIDE = 1 -- (0) Include a reference to the EPM User's Guide on the Help menu SUPPORT_TECHREF = 1 -- (0) Include a reference to the EPM Macro Programmer's Tech. Ref. on the Help menu SHOW_MODIFY_METHOD = 'TITLE' NO_DUPLICATE_BOOKMARKS = 1 NLS_LANGUAGE = 'JAPANESE' ; rexx -- ori REXX_SYNTAX_CASE = 'lower' -- 'Mixed'/'lower' WANT_END_COMMENTED = 0 -- /* Do */ REXX_SYNTAX_NO_ELSE = 1 -- if then else C_SYNTAX_INDENT = 5 define DRAGCOLOR = '' -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor. compile if defined(LIGHT_BLUE) define HIGHLIGHT_COLOR = '' -- ori ALL_HIGHLIGHT_COLOR = Yellow + Magentab -- ori LOCATE_CIRCLE_COLOR1 = LIGHT_BLUE -- defines the circle color of find command. LOCATE_CIRCLE_COLOR2 = LIGHT_BLUE -- possible color names are define in colors.e PROOF_CIRCLE_COLOR1 = LIGHT_RED -- defines the circle color of proof command. PROOF_CIRCLE_COLOR2 = LIGHT_RED compile endif