Changeset 2758


Ignore:
Timestamp:
Oct 1, 2017, 11:07:03 AM (8 years ago)
Author:
Andreas Schnellbacher
Message:
  • Removed unused code, previously added for hiding menu items. Since the preferences were moved to a popup menu, EPM's limit of somewhat > 600 menu items is not reached anymore by linking any external package that adds a submenu, e.g. EPMTeX.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/newmenu.e

    r2754 r2758  
    186186   call AddAVar( 'usedmenuaccelerators', GetAVar( 'addmenuaccelerators'))
    187187
    188    -- Define a list of abbreviations for linked .ex filenames, that add a
    189    -- large amount of menu items. These .ex files will cause a decrease of
    190    -- NewMenu items (in Options, View) when they are linked via the Link
    191    -- command (not the Link statement).
    192    -- EPM's amount of menu items is limited to about 600. NewMenu uses
    193    -- already the half of them. Trying to link a menu with more items would
    194    -- make EPM crash.
    195 -- Todo: replace abbrev with wildcard resolution
    196    call AddAVar( 'hidemenunames', 'KENHT HTM SGML LATEX GML EPMPRT GETHOST')
    197    -- Define a list of abbreviations that won't cause a decrease of NewMenu
    198    -- items, even when their abbreviations match the list above.
    199    call AddAVar( 'nohidemenunames', 'HTMPOP')
    200 
    201188   'InitMenuSettings'
    202189   'CheckUconv'
Note: See TracChangeset for help on using the changeset viewer.