27/01/2014 08:01, Juergen Spitzmueller:
commit 5a3f1a731f0911427a3a5720393939f7d033b350
Author: Juergen Spitzmueller <[email protected]>
Date: Mon Jan 27 08:01:24 2014 +0100
Extend environment-split to an 'outer' split function
This fixes a major beamer UI flaw reported by several users.
@@ -1793,7 +1845,8 @@ struct Menus::Impl {
/** The entries with the following kind are expanded to a
sequence of Command MenuItems: Lastfiles, Documents,
ViewFormats, ExportFormats, UpdateFormats, Branches,
- Indices, Arguments, SwitchArguments, Captions, SwitchCaptions
+ Indices, Arguments, SwitchArguments, Captions, SwitchCaptions,
+ EnvironmentSeparation
*/
There is a typo above (EnvironmentSeparator).
BTW, we need to work to reduce this hardcoding of menus. Am I right that
the reason you need the hardcoding is that you want to add the name of
the environment? In this case, we should let getStatus fill string
variables arg1, arg2... which can be used with bformat to customize menu
entries (or tooltips, or...). Would that help?
I seem to remember that I wanted to do that in other places.
JMarc