X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fstdcontext.inc;h=83e6d9a33ba4b1a993ec24aeb6cb326e2adc5829;hb=fcd735d74cec8e1931f56efd4eb8cdfdff2c4250;hp=c3156e41ef465c29316c74a520c2cfdb5598cd33;hpb=8365eabd6f978d8bdc7fbcfabba83548ae409d94;p=lyx.git diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index c3156e41ef..83e6d9a33b 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -13,8 +13,8 @@ # Casing Rules: # Capitalize all words in the element, with the following exceptions: -# * Articles: a, an, the. -# * Conjunctions: and, but, for, not, so, yet ... +# * Articles: a, an, the. +# * 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) @@ -85,6 +85,26 @@ Menuset End +# +# InsetMathRef context menu +# + Menu "context-mathref" + Item "Next Cross-Reference|N" "reference-next" + Item "Go to Label|G" "label-goto" + Separator + Item "|R" "inset-modify changetype ref" + Item "()|e" "inset-modify changetype eqref" + Item "|P" "inset-modify changetype pageref" + Item "On Page |O" "inset-modify changetype vpageref" + Item " on Page |f" "inset-modify changetype vref" + Item "Formatted Reference|t" "inset-modify changetype formatted" + Item "Textual Reference|x" "inset-modify changetype nameref" + Item "Label Only|L" "inset-modify changetype labelonly" + Separator + Item "Settings...|S" "inset-settings" + End + + # # InsetRef context menu # @@ -103,7 +123,7 @@ Menuset Separator OptItem "Plural|a" "inset-modify ref toggle-plural" OptItem "Capitalize|C" "inset-modify ref toggle-caps" - Item "No Prefix" "inset-modify ref toggle-noprefix" + OptItem "No Prefix" "inset-modify ref toggle-noprefix" Separator Item "Settings...|S" "inset-settings" End @@ -128,7 +148,7 @@ Menuset CiteStyles Separator Item "Settings...|S" "inset-settings" - Item "Try to Open Citation Content...|O" "inset-edit" + OptItem "Try to Open Citation Content...|O" "inset-edit" End @@ -322,6 +342,7 @@ Menuset Menu "context-newpage" Item "New Page|N" "inset-modify newpage newpage" Item "Page Break|a" "inset-modify newpage pagebreak" + Item "No Page Break|g" "inset-modify newpage nopagebreak" Item "Clear Page|C" "inset-modify newpage clearpage" Item "Clear Double Page|D" "inset-modify newpage cleardoublepage" End @@ -356,6 +377,8 @@ Menuset Item "Paste" "paste" Submenu "Paste Recent|e" "edit_pasterecent" Separator + OptItem "Split Inset|t" "inset-split" + Separator Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0" OptItem "Forward Search|F" "forward-search" Separator @@ -646,7 +669,7 @@ Menuset Menu "context-toc-change" Item "Accept Change|c" "change-accept" Item "Reject Change|R" "change-reject" - End + End # # Toc Table of Context context menu @@ -659,7 +682,7 @@ Menuset Item "Move Section Down|w" "outline-down" Separator Item "Select Section|S" "section-select" - End + End # # InsetERT context menu @@ -700,4 +723,13 @@ Menuset Item "Giant-sized Icons" "icon-size giant" End +# +# Zoom context menu +# + Menu "context-zoom" + ZoomOptions + Separator + Item "Show Zoom Slider|S" "ui-toggle zoomslider" + End + End