home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / epmtex12.zip / JONSCNF.E < prev    next >
Text File  |  1993-02-19  |  6KB  |  95 lines

  1. /*
  2. ╔════════════════════════════════════════════════════════════════════════════╗
  3. ║ What's it called: mycnf.e V1.2c                                            ║
  4. ║                                                                            ║
  5. ║ What does it do:  Defines the configuration constants for EPM              ║
  6. ║                   at compile time.                                         ║
  7. ║                                                                            ║
  8. ║ For possible values for each setting, see the documentation or STDCNF.E.   ║
  9. ║                                                                            ║
  10. ║                                                                            ║
  11. ║ Who and When: Jon Hacker 2/93                                              ║
  12. ║                                                                            ║
  13. ╚════════════════════════════════════════════════════════════════════════════╝
  14. */
  15.  
  16.  
  17.  
  18. const
  19.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  20.    HOST_SUPPORT = ''           -- ('STD') Disable host support.
  21.    REXX_SYNTAX_ASSIST = 0      -- (0) Don't include Rexx syntax assist
  22.    E_SYNTAX_ASSIST = 0         -- (1) The product doesn't need E syntax assist!
  23.    P_SYNTAX_ASSIST = 0         -- (1) Don't include Pascal syntax assist
  24.    C_SYNTAX_ASSIST = 0         -- (1) Don't include C syntax assist
  25.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  26.    WANT_ET_COMMAND = 1         -- (1) Include ETPM nice to have.
  27.    WANT_ALL = 1                -- (0) Include this; nice to have
  28.    WANT_LAN_SUPPORT = 0        -- (0) Only include this if want file locking
  29.    CHECK_FOR_LEXAM = 1         -- (0) Give them spell checking if they already have LEXAM.DLL
  30.  
  31.    MY_DEFAULT_EDIT_OPTIONS = ''  -- ('') I like expanded tabs
  32.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  33.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  34.    MY_STREAM_MODE = 1          -- (0) Default is to start with it on
  35.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  36.    MY_CUA_marking_switch = 0   -- (0) Start with advanced marking
  37.    SUPPORT_BOOK_ICON = 0       -- (1) No "Book icon" on Options
  38.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  39.    NO_ESCAPE = 0               -- (0) set to 1 to disable Escape key for command dialog.
  40.    MOUSE_SUPPORT = 1           -- (1) Another way of saving space.
  41.    ENHANCED_PRINT_SUPPORT = 0  -- (0) Set to 1 to allow WYSIWYG printing
  42.    WANT_DBCS_SUPPORT = 0       -- (0) Set to 1 to include support for DBCS
  43.    WANT_BRACKET_MATCHING = 1   -- (0) Set to 1 to include bracket matching code.
  44.    WANT_KEYWORD_HELP = 1       -- (0) Set to 1 to include keyword lookup code.
  45.    WANT_EPM_SHELL = 1          -- (0) Include the function.
  46.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  47.    WANT_PROFILE = 0            -- (0) Disable switching on Rexx profile support
  48.    TOGGLE_ESCAPE = 1           -- (0) Enable toggling Esc to activate command dialog.
  49.    TOGGLE_TAB = 1              -- (0) Enable toggling Tab key to insert a tab character.
  50.  
  51.    DEFAULT_MARGINS = '1 254 1'  -- (1 254 1) Set default margins to 254 chars.
  52.    ENTER_ACTION = 'STREAM'     -- (ADDLINE) enter splits line at cursor
  53.    INCLUDE_WORKFRAME_SUPPORT = 0 -- (1) omit workframe/2 support
  54.    MENU_LIMIT = 10             -- (0) use ring menu pulldown for less than 10 files
  55.    MY_JOIN_AFTER_WRAP = 1      -- (1) Join wrapped text with teh next line
  56.    MY_MENU_PROMPT = 1          -- (1) Start out with dynamic menu prompts
  57.    WANT_DYNAMIC_PROMPTS = 1    -- (1) Want dynamic menu prompts
  58.    MY_MOUSESTYLE = 2           -- (1) Drag button 1 for char mark
  59.    MY_TWO_SPACES = 1           -- (1) Leave two spaces after sentence.
  60.    PROOF_DIALOG_FIXED = 1      -- (0) Proof dialog wil appear to the right of edit window
  61.    SHOW_MODIFY_METHOD = 'TITLE' -- ('') Add modify text to title bar
  62.    SHOW_MODIFY_TEXT = '   '    -- ('(mod)') Change the modified file symbol to   
  63.    SMARTFILE = 1               -- (0) F4 will not save if no modifications to file.
  64.    SORT_TYPE = ''              -- ('DLL') Omit sort support.
  65.    WANT_DM_BUFFER = 1          -- (0) enable 'recover mark delete' option.
  66.    WANT_DRAW = 0               -- ('F6') Omit DRAW support.
  67.    WANT_EBOOKIE = 0            -- ('DYNALINK') Omit EBOOKIE support
  68.    WANT_MATH = 1               -- ('?') Include math support
  69.    MY_MATCHTAB_ON = 1          -- (0) start with matchtab on
  70.  
  71. -- TeX stuff
  72.  
  73.    TEX_SYNTAX_ASSIST = 1       -- (1) Include TeX syntax assist
  74.    MY_TEX_FILE_TYPE = 'ENV'    -- ('') User defined file name extension to trigger TeX support
  75.    MY_EXPAND_ON = 0            -- (1) Disable syntax assist on start-up
  76.    TEX_MARGINS = '1 80 1'      -- (1 80 1) Set margins to 80 chars for TeX documents.
  77.    TEX_TABS = 4                -- (4) Set tabs to 4 chars for TeX documents.
  78.    TEX_WANT_ACCELERATOR_KEYS  = 0  -- (0) Don't want TeX keyboard accelerators 
  79.    TEX_LATEX_MODE = 0          -- (0) Start with latex mode off.
  80.    TEX_USER_MODE = 0           -- (0) Start with user mode off (if defined in tex.e).
  81.    TEX_LANDSCAPE_MODE = 0      -- (0) Start with landscape mode off.
  82.    TEX_AUTO_DELETE_LOG = 1     -- (1) Start with EPMTeX log file auto-delete option on.
  83.    TEX_AUTO_SAVE_DOC = 1       -- (1) Start with EPMTeX smart save before TeX option on.
  84.    TEX_DEBUG_MODE = 0          -- (0) Start with EPMTeX debug mode off.
  85.  
  86. define
  87.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  88.  
  89. compile if defined(BLACK)
  90. define
  91.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  92.    MARKCOLOR                = White + BlackB  -- (BLUE + GREYB)
  93. compile endif
  94.  
  95.