X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fstdcontext.inc;h=4b5bc7ca6b55418a8fd6b3c24cb5393d83e165cb;hb=2537cd07f496d05574e5b997a5d415484c8710f6;hp=28f233f96bc91edbf1269b8a404a94cebaa9ea53;hpb=5a62be8fd5b7ff1526a3ef55479a5ef4f616b33d;p=lyx.git diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 28f233f96b..4b5bc7ca6b 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -43,8 +43,10 @@ Menuset Item "Eqnarray Environment|E" "math-mutate eqnarray" Submenu "AMS Environment|A" "ams_environment" Separator + OptItem "Number whole Formula|N" "math-number-toggle" + OptItem "Number this Line|u" "math-number-line-toggle" OptItem "Equation Label|L" "label-insert" - OptItem "Toggle Labeling/Numbering|T" "math-number-toggle" + OptItem "Copy as Reference|R" "copy-label-as-reference" Separator Item "Split Cell|C" "cell-split" Separator @@ -60,9 +62,9 @@ Menuset OptItem "Delete Line to Left" "tabular-feature delete-vline-left" OptItem "Delete Line to Right" "tabular-feature delete-vline-right" Separator - Item "Toggle Math Toolbar" "toolbar-toggle math toggle" - Item "Toggle Math-Panels Toolbar" "toolbar-toggle math_panels toggle" - Item "Toggle Table Toolbar" "toolbar-toggle table toggle" + Item "Show Math Toolbar" "toolbar-toggle math toggle" + Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle" + Item "Show Table Toolbar" "toolbar-toggle table toggle" End @@ -279,6 +281,7 @@ Menuset Item "Cut" "cut" Item "Copy" "copy" Item "Paste" "paste" + spellingsuggestions Submenu "Paste Recent|e" "edit_pasterecent" Separator Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0" @@ -292,6 +295,9 @@ Menuset OptItem "Move Section up|u" "outline-up" OptItem "Insert Short Title|T" "optional-insert" Separator + OptItem "Accept Change|c" "change-accept" + OptItem "Reject Change|j" "change-reject" + Separator Item "Apply Last Text Style|A" "textstyle-apply" Submenu "Text Style|S" "edit_textstyles" Item "Paragraph Settings...|P" "layout-paragraph" @@ -418,8 +424,8 @@ Menuset # Menu "context-toc-label" - OptItem "Copy Label as Reference|C" "copy-label-as-reference" - OptItem "Insert Reference at Cursor Position|I" "insert-label-as-reference" + OptItem "Copy as Reference|C" "copy-label-as-reference" + OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference" Separator Item "Settings...|S" "inset-settings" End @@ -520,9 +526,35 @@ Menuset # Menu "context-indexprint" + Item "All Indexes|A" "next-inset-modify check-printindex*" IndicesListsContext Separator + Item "Subindex|b" "next-inset-modify toggle-subindex" + Separator OptItem "Settings...|S" "inset-settings" End + +# +# Toc Changes context menu +# + + Menu "context-toc-change" + Item "Accept Change|C" "change-accept" + Item "Reject Change|R" "change-reject" + End + +# +# Toc Table of Context context menu +# + + Menu "context-toc-tableofcontents" + Item "Promote Section|P" "outline-out" + Item "Demote Section|D" "outline-in" + Item "Move Section Up|U" "outline-up" + Item "Move Section Down|w" "outline-down" + Separator + Item "Select Section|S" "section-select" + End + End