]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdcontext.inc
Context menu of equations:
[lyx.git] / lib / ui / stdcontext.inc
index 28f233f96bc91edbf1269b8a404a94cebaa9ea53..4b5bc7ca6b55418a8fd6b3c24cb5393d83e165cb 100644 (file)
@@ -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"\r
+               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