X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fstdmenus.inc;h=301cdac8d7b69cdac8edf64dc0628d685dda4478;hb=0e710626b8b921c527aa1a19932825fdfe232c7f;hp=29fdcef9d1c3f3debd494ab397d7050425b7acb9;hpb=9a147255df735d35dd03c3279bdbb35e39678ce0;p=features.git diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 29fdcef9d1..301cdac8d7 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -19,7 +19,7 @@ # * Conjunctions: and, but, for, not, so, yet ... # * Prepositions of three or fewer letters: at, for, by, in, to ... # (except when the preposition is part of a verb phrase, such as "Check In") -# (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en) +# (https://developer.gnome.org/hig-book/unstable/design-text-labels.html.en) Format 5 @@ -43,10 +43,10 @@ Menuset Menu "file" Item "New|N" "buffer-new" - Item "New from Template...|m" "dialog-show lyxfiles templates" + Item "New from Template...|m" "lyxfiles-open templates" Item "Open...|O" "file-open" Submenu "Open Recent|t" "file_lastfiles" - Item "Open Example...|p" "dialog-show lyxfiles examples" + Item "Open Example...|p" "lyxfiles-open examples" Separator Item "Close|C" "buffer-close" Item "Close All" "buffer-close-all" @@ -123,6 +123,7 @@ Menuset Item "Paragraph Settings...|P" "layout-paragraph" Submenu "Text Properties|x" "edit_textprops" OptSubmenu "Custom Text Styles|S" "edit_textstyles" + Item "Manage Counter Values..." "dialog-show-new-inset counter" LanguageSelector Separator # Mathed b0rkage means these don't work properly @@ -193,7 +194,6 @@ Menuset Menu "edit_textstyles" OptItem "Dissolve Text Style" "inset-dissolve charstyle" CharStyles - Elements End # not much we can do to help here @@ -338,7 +338,7 @@ Menuset Menu "view" Item "Outline Pane|O" "dialog-toggle toc" Item "Code Preview Pane|P" "dialog-toggle view-source" - Item "Messages Pane|g" "dialog-toggle progress" + Item "Messages Pane|M" "dialog-toggle progress" Submenu "Toolbars|T" "toolbars" Separator OptItem "Unfold Math Macro|n" "math-macro-unfold" @@ -381,7 +381,7 @@ Menuset Submenu "Float|a" "insert_float" Submenu "Note|N" "insert_note" Submenu "Branch|B" "insert_branches" - Submenu "Custom Inset" "insert_custom" + Submenu "Custom Inset|s" "insert_custom" Submenu "File|e" "insert_file" Submenu "Box[[Menu]]|x" "insert_box" OptSubmenu "Regular Expression" "context-edit-regexp" @@ -391,6 +391,7 @@ Menuset Item "Label...|L" "label-insert" Captions Indices + OptSubmenu "Index Properties" "index_properties" Item "Nomenclature Entry...|y" "nomencl-insert" Separator Item "Table...|T" "tabular-insert" @@ -398,7 +399,6 @@ Menuset Item "URL|U" "flex-insert URL" Item "Hyperlink...|k" "href-insert" Item "Footnote|F" "footnote-insert" - Item "Counter" "dialog-show-new-inset counter" Item "Marginal Note|M" "marginalnote-insert" Item "Program Listing[[Menu]]" "listing-insert" Separator @@ -416,7 +416,7 @@ Menuset Item "End of Sentence|E" "specialchar-insert end-of-sentence" Item "Plain Quotation Mark|Q" "quote-insert outer auto plain" Item "Inner Quotation Mark|n" "quote-insert inner" - Item "Protected Hyphen|y" "specialchar-insert nobreakdash" + Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash" Item "Breakable Slash|a" "specialchar-insert slash" Item "Visible Space|V" "space-insert visible" Item "Menu Separator|M" "specialchar-insert menu-separator" @@ -427,11 +427,11 @@ Menuset Menu "insert_fields" Item "Date (Current)|D" "info-insert date" Item "Date (Last Modification)|L" "info-insert moddate" - Item "Date (Fix)|F" "info-insert fixdate" + Item "Date (Fixed)|F" "info-insert fixdate" Separator Item "Time (Current)|T" "info-insert time" Item "Time (Last Modification)|M" "info-insert modtime" - Item "Time (Fix)|x" "info-insert fixtime" + Item "Time (Fixed)|x" "info-insert fixtime" Separator Item "File Name (Excl. Extension)|N" "info-insert buffer name-noext" OptItem "Version Control Revision|V" "info-insert vcs revision" @@ -452,9 +452,9 @@ Menuset Item "Superscript|S" "script-insert superscript" Item "Subscript|u" "script-insert subscript" Separator - Item "Protected Space|P" "space-insert protected" - Item "Interword Space|w" "space-insert normal" - Item "Thin Space|T" "space-insert thin" + Item "Normal Space|e" "space-insert normal" + Item "Non-breaking Normal Space|p" "space-insert protected" + Item "Non-breaking Thin Space|T" "space-insert thin" Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace" Item "Horizontal Line...|L" "dialog-show-new-inset line" Item "Vertical Space...|V" "dialog-show-new-inset vspace" @@ -468,6 +468,7 @@ Menuset Separator Item "New Page|N" "newpage-insert newpage" Item "Page Break|a" "newpage-insert pagebreak" + Item "No Page Break|g" "newpage-insert nopagebreak" Item "Clear Page|C" "newpage-insert clearpage" Item "Clear Double Page|D" "newpage-insert cleardoublepage" End @@ -532,6 +533,13 @@ Menuset Item "Double Frame|u" "box-insert Doublebox" End + Menu "index_properties" + OptItem "Subentry|b" "indexmacro-insert subentry" + OptItem "Sortkey|k" "indexmacro-insert sortkey" + OptItem "See|e" "indexmacro-insert see" + OptItem "See also|a" "indexmacro-insert seealso" + End + Menu "insert_note" Item "LyX Note|N" "note-insert Note" Item "Comment|C" "note-insert Comment"