X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fui%2Fstdmenus.inc;h=32ed83e8ae392a36e56c47381a384117076875b3;hb=1187b8834e2df2cd9867b3d47044f321692828e5;hp=3762893a289e088670721ccafd2cf6232e4f5e62;hpb=6b01721dfaf9f9f4176a5d1c73c2f1c338d95b09;p=lyx.git diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 3762893a28..32ed83e8ae 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -21,7 +21,7 @@ # (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) -Format 1 +Format 2 Menuset @@ -74,6 +74,8 @@ Menuset OptItem "Register...|R" "vc-register" OptItem "Check In Changes...|I" "vc-check-in" OptItem "Check Out for Edit|O" "vc-check-out" + OptItem "Copy|p" "vc-copy" + OptItem "Rename|R" "vc-rename" OptItem "Update Local Directory From Repository|d" "vc-repo-update" OptItem "Revert to Repository Version|v" "vc-revert" OptItem "Undo Last Check In|U" "vc-undo-last" @@ -131,6 +133,7 @@ Menuset # obvious what the context is for the others) OptItem "Increase List Depth|I" "depth-increment" OptItem "Decrease List Depth|D" "depth-decrement" + EnvironmentSeparators OptItem "Dissolve Inset" "inset-dissolve" OptItem "TeX Code Settings...|C" "inset-settings ert" # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings @@ -151,19 +154,24 @@ Menuset End Menu "edit_paste" + OptItem "Paste from HTML|H" "paste html" + OptItem "Paste from LaTeX|L" "paste latex" + OptItem "Paste as LinkBack PDF" "paste linkback" + OptItem "Paste as PDF" "paste pdf" + OptItem "Paste as PNG" "paste png" + OptItem "Paste as JPEG" "paste jpeg" + OptItem "Paste as EMF" "paste emf" + Separator Item "Plain Text|T" "clipboard-paste" Item "Plain Text, Join Lines|J" "clipboard-paste paragraph" Separator Item "Selection|S" "primary-selection-paste" Item "Selection, Join Lines|i" "primary-selection-paste paragraph" - Separator - Item "Unformatted Text|U" "clipboard-paste-simple" - Item "Unformatted, Join Lines|o" "clipboard-paste-simple paragraph" - Separator - Item "Paste as LinkBack PDF" "paste linkback" - Item "Paste as PDF" "paste pdf" - Item "Paste as PNG" "paste png" - Item "Paste as JPEG" "paste jpeg" +# clipboard-paste-simple is commented because it is irritating (bug 8749) +# until somebody can explain why it is needed in addition to clipboard-paste +# Separator +# Item "Unformatted Text|U" "clipboard-paste-simple" +# Item "Unformatted, Join Lines|o" "clipboard-paste-simple paragraph" End Menu "edit_pasterecent" @@ -209,11 +217,15 @@ Menuset Item "Add Row|A" "inset-modify tabular append-row" Item "Delete Row|D" "inset-modify tabular delete-row" Item "Copy Row|o" "inset-modify tabular copy-row" + Item "Move Row Up" "inset-modify tabular move-row-up" + Item "Move Row Down" "inset-modify tabular move-row-down" # Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken Separator Item "Add Column|u" "inset-modify tabular append-column" Item "Delete Column|e" "inset-modify tabular delete-column" Item "Copy Column|p" "inset-modify tabular copy-column" + Item "Move Column Right|v" "inset-modify tabular move-column-right" + Item "Move Column Left" "inset-modify tabular move-column-left" # Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken End @@ -246,8 +258,8 @@ Menuset Item "Append Argument" "math-macro-add-param" Item "Remove Last Argument" "math-macro-remove-param" Separator - Item "Make First Non-Optional into Optional Argument" "math-macro-make-optional" - Item "Make Last Optional into Non-Optional Argument" "math-macro-make-nonoptional" + Item "Transform First Non-Optional to Optional Argument" "math-macro-make-optional" + Item "Transform Last Optional to Non-Optional Argument" "math-macro-make-nonoptional" Item "Insert Optional Argument" "math-macro-add-optional-param" Item "Remove Optional Argument" "math-macro-remove-optional-param" Separator @@ -321,18 +333,15 @@ Menuset Item "Unfold Math Macro|n" "math-macro-unfold" Item "Fold Math Macro|d" "math-macro-fold" Separator - Item "View Source|S" "dialog-toggle view-source" - Item "View Messages|g" "dialog-toggle progress" - ViewFormats - UpdateFormats - OptItem "View Master Document|M" "master-buffer-view" - OptItem "Update Master Document|a" "master-buffer-update" + Item "Outline Pane|u" "dialog-toggle toc" + Item "Source Pane|S" "dialog-toggle view-source" + Item "Messages Pane|g" "dialog-toggle progress" + Submenu "Toolbars|b" "toolbars" Separator - Item "Split View Into Left and Right Half|i" "split-view horizontal" - Item "Split View Into Upper and Lower Half|e" "split-view vertical" - Item "Close Current View|w" "close-tab-group" + Item "Split View Into Left and Right Half|i" "view-split horizontal" + Item "Split View Into Upper and Lower Half|e" "view-split vertical" + OptItem "Close Current View|w" "tab-group-close" Item "Fullscreen|l" "ui-toggle fullscreen" - Submenu "Toolbars|b" "toolbars" Separator Documents End @@ -362,7 +371,7 @@ Menuset Item "Citation...|C" "dialog-show-new-inset citation" Item "Cross-Reference...|R" "dialog-show-new-inset ref" Item "Label...|L" "label-insert" - Item "Caption" "caption-insert" + Captions Indices Item "Nomenclature Entry...|y" "nomencl-insert" Separator @@ -372,7 +381,7 @@ Menuset Item "Hyperlink...|k" "href-insert" Item "Footnote|F" "footnote-insert" Item "Marginal Note|M" "marginalnote-insert" - Item "Short Title|S" "argument-insert" + Arguments Item "TeX Code|X" "ert-insert" Item "Program Listing[[Menu]]" "listing-insert" Item "Date" "date-insert" @@ -387,8 +396,9 @@ Menuset Item "Single Quote|S" "quote-insert single" Item "Protected Hyphen|y" "specialchar-insert nobreakdash" Item "Breakable Slash|a" "specialchar-insert slash" + Item "Visible Space|V" "space-insert visible" Item "Menu Separator|M" "specialchar-insert menu-separator" - Item "Phonetic Symbols|P" "command-sequence math-insert \text\textipa ; char-forward ;" + Item "Phonetic Symbols|P" "ipa-insert" End Menu "insert_formatting" @@ -397,7 +407,6 @@ Menuset Separator Item "Protected Space|P" "space-insert protected" Item "Interword Space|w" "space-insert normal" - Item "Visible Space|i" "space-insert visible" Item "Thin Space|T" "space-insert thin" Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace" Item "Horizontal Line...|L" "dialog-show-new-inset line" @@ -451,6 +460,7 @@ Menuset Item "Table of Contents|C" "inset-insert toc" FloatListInsert IndicesLists + Item "List of Listings|L" "inset-insert toc CommandInset toc LatexCommand lstlistoflistings \end_inset" Item "Nomenclature|N" "nomencl-print" Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex" End @@ -504,10 +514,13 @@ Menuset Submenu "Change Tracking|C" "document_change" OptItem "Build Program|B" "build-program" Item "LaTeX Log|L" "dialog-show latexlog" - Item "Outline|O" "dialog-toggle toc" Item "Start Appendix Here|A" "appendix" Separator - Item "Save in Bundled Format|F" "buffer-toggle-embedding" + ViewFormats + UpdateFormats + OptItem "View Master Document|M" "master-buffer-view" + OptItem "Update Master Document|a" "master-buffer-update" + Separator Item "Compressed|m" "buffer-toggle-compression" Item "Settings...|S" "dialog-show document" End @@ -531,7 +544,7 @@ Menuset Item "Next Change|C" "change-next" Item "Next Cross-Reference|R" "reference-next" OptItem "Go to Label|L" "label-goto" - Item "Forward search|F" "forward-search" + Item "Forward Search|F" "forward-search" Separator Toc End @@ -587,14 +600,16 @@ Menuset End Menu "examples" - Item "Braille Manual|B" "help-open Braille" - Item "Feynman-diagram Manual|F" "help-open FeynmanDiagrams" - Item "LilyPond Manual|M" "help-open lilypond" - Item "Linguistics Manual|L" "help-open linguistics" - Item "Multilingual Captions Manual|C" "help-open MultilingualCaptions" - Item "Risk and safety statements Manual|R" "help-open R-S-statements" - Item "Sweave Manual|S" "help-open sweave" - Item "XY-pic Manual|X" "help-open xypic" + Item "Beamer Presentations|B" "help-open beamer" + Item "Braille|a" "help-open Braille" + Item "Feynman-diagram|F" "help-open FeynmanDiagrams" + Item "Knitr|K" "help-open knitr" + Item "LilyPond|P" "help-open lilypond" + Item "Linguistics|L" "help-open linguistics" + Item "Multilingual Captions|C" "help-open MultilingualCaptions" + Item "Risk and Safety Statements|R" "help-open R-S-statements" + Item "Sweave|S" "help-open sweave" + Item "XY-pic|X" "help-open xypic" End