X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fstdcontext.inc;h=fdef5b498d5cc89c5edea7f44ddf0120e3d37ccb;hb=edaf28fdd6a64ce277a1c5f39d99a6568485887f;hp=eb44a58f302975fac7d1d25c4c6c83fbe51db47d;hpb=bb1d955754a821bb8a849ea25ee626d6f839da91;p=lyx.git diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index eb44a58f30..fdef5b498d 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -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 @@ -370,7 +371,7 @@ Menuset spellingsuggestions Separator OptItem "Edit Externally..." "inset-edit" - OptItem "End Editing Externally..." "inset-end-edit" + OptItem "End Editing Externally" "inset-end-edit" Separator Item "Cut" "cut" Item "Copy" "copy" @@ -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,18 +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 "Zoom Level|Z" "ui-toggle zoomlevel" Item "Zoom Slider|S" "ui-toggle zoomslider" Separator Item "Word Count|W" "ui-toggle statistics-w" Item "Character Count|C" "ui-toggle statistics-cb" - Item "Character Count (Without Blanks)|h" "ui-toggle statistics-c" + Item "Character Count (No Blanks)|h" "ui-toggle statistics-c" End End