Changeset 2758
- Timestamp:
- Oct 1, 2017, 11:07:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/newmenu.e ¶
r2754 r2758 186 186 call AddAVar( 'usedmenuaccelerators', GetAVar( 'addmenuaccelerators')) 187 187 188 -- Define a list of abbreviations for linked .ex filenames, that add a189 -- large amount of menu items. These .ex files will cause a decrease of190 -- NewMenu items (in Options, View) when they are linked via the Link191 -- command (not the Link statement).192 -- EPM's amount of menu items is limited to about 600. NewMenu uses193 -- already the half of them. Trying to link a menu with more items would194 -- make EPM crash.195 -- Todo: replace abbrev with wildcard resolution196 call AddAVar( 'hidemenunames', 'KENHT HTM SGML LATEX GML EPMPRT GETHOST')197 -- Define a list of abbreviations that won't cause a decrease of NewMenu198 -- items, even when their abbreviations match the list above.199 call AddAVar( 'nohidemenunames', 'HTMPOP')200 201 188 'InitMenuSettings' 202 189 'CheckUconv'
Note:
See TracChangeset
for help on using the changeset viewer.