John Levon schrieb:
Unfortunately the menus are the essence of compromise...
Than let's find a solution that everybody can agree upon. If JMarc is willing to fix #2491 (easy), I will no longer insist on "noun", "bold", and "emph" being listed in the menu.
Regarding, "uppercase" there are pros and cons. The following patch keeps them 
but if you really don't want to have them in the menu, I will resign :-)

BTW: I changed "Text Style" into "Character Style", because Martin calls them character styles. The 
terms shows up in the layout files and it should be identical in the menu. I changed "Other..." into 
"Customized..." because in some cases it may be the only entry.

Michael


Index: stdmenus.ui
===================================================================
--- stdmenus.ui    (revision 14979)
+++ stdmenus.ui    (working copy)
@@ -89,14 +89,10 @@
        Separator
        Item "Find & Replace...|F" "dialog-show findreplace"
        Separator
-        Item "Word in Small Capitals" "word-capitalize"
-        Item "Word in Uppercase" "word-upcase"
-        Item "Word in Lowercase" "word-lowcase"
-        Separator
        Item "Move Paragraph Up|o" "paragraph-move-up"
        Item "Move Paragraph Down|v" "paragraph-move-down"
        Separator
-        Item "Text Style...|S" "dialog-show character"
+        Submenu "Character Style|C" "edit_charstyles"
        Item "Paragraph Settings...|P" "layout-paragraph"
        Separator
# Mathed b0rkage means these don't work properly
@@ -136,6 +132,16 @@
        PasteRecent
    End

+    Menu "edit_charstyles"
+        CharStyles
+        Separator
+        Item "Customized...|C" "dialog-show character"
+        Separator
+        Item "Capitalize" "word-capitalize"
+        Item "Uppercase" "word-upcase"
+        Item "Lowercase" "word-lowcase"
+    End
+
# not much we can do to help here
    Menu "edit_tabular"
        Item "Multicolumn|M" "tabular-feature multicolumn"
@@ -253,7 +259,6 @@
# YUCK
        Submenu "Note|N" "insert_note"
        OptSubmenu "Branch|B" "insert_branches"
-        OptSubmenu "Character Style|y" "insert_charstyles"
        Submenu "File|e" "insert_file"
        Item "Box" "box-insert Frameless"
        Separator
@@ -377,10 +382,6 @@
        Branches
    End

-    Menu "insert_charstyles"
-        CharStyles
-    End
-
#
# DOCUMENT MENU
#

Reply via email to