]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdcontext.inc
Warn if buffer is switched with unapplied document changes (#9369)
[lyx.git] / lib / ui / stdcontext.inc
index 554798c11adde6287155c3ef1d98669e245f7c21..0b0d32f49b5434ce62bc6dfe922b46bf8121729d 100644 (file)
@@ -124,6 +124,7 @@ Menuset
                OptItem "Plural|a" "inset-modify ref toggle-plural"
                OptItem "Capitalize|C" "inset-modify ref toggle-caps"
                OptItem "No Prefix" "inset-modify ref toggle-noprefix"
+               OptItem "No Hyperlink" "inset-modify ref toggle-nolink"
                Separator
                Item "Settings...|S" "inset-settings"
        End
@@ -621,6 +622,8 @@ Menuset
 #
 
        Menu "context-toc-index"
+               OptItem "Insert Copy at Cursor Position|I" "inset-insert-copy"
+               Separator
                OptItem "Settings...|S" "inset-settings"
        End
 
@@ -630,8 +633,37 @@ Menuset
 
        Menu "context-index"
                IndicesContext
+               Separator
+               Item "Index All Occurrences of this Word|W" "index-tag-all"
+               Separator
+               OptItem "Single Page (No Page Range)|P" "inset-modify changeparam range none"
+               OptItem "Start Page Range|t" "inset-modify changeparam range start"
+               OptItem "End Page Range|E" "inset-modify changeparam range end"
+               Separator
+               OptItem "No Page Formatting|N" "inset-modify changeparam pagefmt default"
+               OptItem "Bold Page Formatting|B" "inset-modify changeparam pagefmt textbf"
+               OptItem "Italic Page Formatting|I" "inset-modify changeparam pagefmt textit"
+               OptItem "Emphasized Page Formatting|z" "inset-modify changeparam pagefmt emph"
+               OptItem "Custom Page Formatting|u" "inset-modify changeparam pagefmt custom"
+       End
+       
+       Menu "context-edit-index"
+               OptItem "Insert Subentry|b" "indexmacro-insert subentry"
+               OptItem "Insert Sortkey|k" "indexmacro-insert sortkey"
+               OptItem "Insert See Reference|e" "indexmacro-insert see"
+               OptItem "Insert See also Reference|a" "indexmacro-insert seealso"
        End
 
+#
+# IndexMacro context menu
+#
+
+       Menu "context-indexmacro"
+               OptItem "See|e" "inset-modify changetype see"
+               OptItem "See also|a" "inset-modify changetype seealso"
+       End
+
+
 #
 # Index Lists context menu
 #
@@ -723,16 +755,23 @@ Menuset
                Item "Giant-sized Icons" "icon-size giant"
        End
 
+#
+# Status bar zoom context menu
+#
+       Menu "context-zoom"
+               ZoomOptions
+       End
+
 #
 # Status bar context menu
 #
        Menu "context-statusbar"
-               ZoomOptions
-               Separator
-               Item "Show Zoom Level|Z" "ui-toggle zoomlevel"
-               Item "Show Zoom Slider|S" "ui-toggle zoomslider"
+               Item "Zoom Level|Z" "ui-toggle zoomlevel"
+               Item "Zoom Slider|S" "ui-toggle zoomslider"
                Separator
-               Item "Show Statistics|t" "ui-toggle statistics"
+               Item "Word Count|W" "ui-toggle statistics-w"
+               Item "Character Count|C" "ui-toggle statistics-cb"
+               Item "Character Count (No Blanks)|h" "ui-toggle statistics-c"
        End
 
 End