]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
UserGuide.lyx: adopt Martins Changes in r21531 to the doc style and the other maintai...
[lyx.git] / lib / ui / stdmenus.inc
index 025aec3d926442b2c8be78a46b53da44290e5924..c14f7ea8e96e4e9235245dd48a169c99e790a21b 100644 (file)
@@ -40,7 +40,8 @@ Menuset
                Item "Close|C" "buffer-close"
                Item "Save|S" "buffer-write"
                Item "Save As...|A" "buffer-write-as"
-               Item "Revert|R" "buffer-reload"
+               Item "Save All|l" "buffer-write-all"
+               Item "Revert to Saved|R" "buffer-reload"
                Submenu "Version Control|V" "file_vc"
                Separator
                Submenu "Import|I" "file_import"
@@ -90,6 +91,8 @@ Menuset
                Submenu "Paste Recent|e" "edit_pasterecent"
                Submenu "Paste Special" "edit_paste"
                Separator
+               Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
+               Separator
                Item "Find & Replace...|F" "dialog-show findreplace"
                Separator
                Item "Move Paragraph Up|o" "paragraph-move-up"
@@ -125,11 +128,11 @@ Menuset
        End
 
        Menu "edit_paste"
-               Item "Plain Text as Lines|T" "clipboard-paste"
-               Item "Plain Text as Paragraphs|e" "clipboard-paste paragraph"
+               Item "Plain Text|T" "clipboard-paste"
+               Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
                Separator
-               Item "Selection as Lines|L" "primary-selection-paste"
-               Item "Selection as Paragraphs|P" "primary-selection-paste paragraph"
+               Item "Selection|S" "primary-selection-paste"
+               Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
        End
 
        Menu "edit_pasterecent"
@@ -137,7 +140,9 @@ Menuset
        End
 
        Menu "edit_textstyles"
+               Item "Dissolve CharStyle" "inset-dissolve charstyle"
                CharStyles
+               Elements
                Separator
                Item "Customized...|C" "dialog-show character"
                Separator
@@ -181,6 +186,7 @@ Menuset
                Item "Toggle Numbering|N" "math-number"
                Item "Toggle Numbering of Line|u" "math-nonumber"
                Submenu "Change Limits Type|L" "edit_math_limits"
+               Submenu "Macro Definition" "edit_math_macro_definition"
                Separator
                Submenu "Change Formula Type|F" "edit_math_mutate"
                Separator
@@ -201,6 +207,20 @@ Menuset
                Item "Delete Line to Right" "tabular-feature delete-vline-right"
        End
 
+       Menu "edit_math_macro_definition"
+               Item "Append Parameter" "math-macro-add-param"
+               Item "Remove Last Parameter" "math-macro-remove-param"
+                Separator
+               Item "Make First Non-Optional into Optional Parameter" "math-macro-make-optional"
+               Item "Make Last Optional into Non-Optional Parameter" "math-macro-make-nonoptional"
+                Item "Insert Optional Parameter" "math-macro-add-optional-param"
+                Item "Remove Optional Parameter" "math-macro-remove-optional-param"
+               Separator
+               Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
+                Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
+               Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
+       End
+
        Menu "edit_math_limits"
                 Item "Default|t"  "math-limits empty"
                 Item "Display|D"  "math-limits limits"
@@ -262,7 +282,10 @@ Menuset
                Item "Open All Insets|O" "all-insets-toggle open"
                Item "Close All Insets|C" "all-insets-toggle close"
                Separator
-               Item "View Source|S" "dialog-show view-source"
+               Item "Unfold Math Macro" "math-macro-unfold"
+               Item "Fold Math Macro" "math-macro-fold"
+               Separator
+               Item "View Source|S" "dialog-toggle view-source"
                Submenu "Update|U" "view_update"
                ViewFormats
                Separator
@@ -291,23 +314,26 @@ Menuset
                Submenu "List / TOC|i" "insert_toc"
                Submenu "Float|a" "insert_float"
                Submenu "Note|N" "insert_note"
-               OptSubmenu "Branch|B" "insert_branches"
+               Submenu "Branch|B" "insert_branches"
+               Submenu "Custom insets" "insert_custom"
                Submenu "File|e" "insert_file"
-               Item "Box" "box-insert Frameless"
+               Item "Box[[Menu]]" "box-insert Frameless"
                Separator
                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"
                Item "Index Entry|d" "index-insert"
-               Item "Glossary Entry|y" "nomencl-insert"
+               Item "Nomenclature Entry...|y" "nomencl-insert"
                Separator
                Item "Table...|T" "tabular-insert"
                Item "Graphics...|G" "dialog-show-new-inset graphics"
-               Item "URL...|U" "url-insert"
+               Item "Hyperlink|k" "href-insert"
                Item "Footnote|F" "footnote-insert"
                Item "Marginal Note|M" "marginalnote-insert"
                Item "Short Title|S" "optional-insert"
                Item "TeX Code|X" "ert-insert"
+               Item "Program Listing[[Menu]]" "listing-insert"
                Item "Date" "date-insert"
        End
 
@@ -358,27 +384,32 @@ Menuset
                Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
                Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
                Separator
-               Item "Math Panel|P" "dialog-show mathpanel"
+               Item "Delimiters|r" "dialog-show mathdelimiter"
+               Item "Matrix|x" "dialog-show mathmatrix"
+               Item "Macro|o" "math-macro newmacroname newcommand"
+               Separator
+               Item "Toggle Math Panels" "toolbar-toggle math_panels"
        End
 
        Menu "insert_float"
                FloatInsert
 # This has got to be better than "Wrap", anyway
-               Item "Text Wrap Float|W" "wrap-insert figure"
+               Item "Figure Wrap Float|F" "wrap-insert figure"
+               Item "Table Wrap Float|T" "wrap-insert table"
        End
 
        Menu "insert_toc"
                Item "Table of Contents|C" "toc-insert"
                FloatListInsert
                Item "Index List|I" "index-print"
-               Item "Glossary|G" "nomencl-print"
+               Item "Nomenclature|N" "nomencl-print"
                Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex"
        End
 
        Menu "insert_file"
                Item "LyX Document...|X" "file-insert"
-               Item "Plain Text as Lines...|L" "file-insert-ascii"
-               Item "Plain Text as Paragraphs...|P" "file-insert-ascii-para"
+               Item "Plain Text...|T" "file-insert-plaintext"
+               Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
                Separator
                Item "External Material...|M" "dialog-show-new-inset external"
                Item "Child Document...|d" "dialog-show-new-inset include"
@@ -387,13 +418,19 @@ Menuset
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"
+               Item "Framed|F" "note-insert Framed"
                Item "Greyed Out|G" "note-insert Greyedout"
+               Item "Shaded|S" "note-insert Shaded"
        End
 
        Menu "insert_branches"
                Branches
        End
 
+       Menu "insert_custom"
+               Custom
+       End
+
 #
 # DOCUMENT MENU
 #
@@ -402,10 +439,11 @@ Menuset
                Submenu "Change Tracking|C" "document_change"
                OptItem "Build Program|B" "build-program"
                Item "LaTeX Log|L" "dialog-show latexlog"
-               Item "Table of Contents|T" "toc-view"
+               Item "Outline|O" "dialog-toggle toc"
                Item "Start Appendix Here|A" "appendix"
                Separator
-               Item "Compressed|o" "buffer-toggle-compression"
+               Item "Save in Bundled Format|F" "buffer-toggle-embedding"
+               Item "Compressed|m" "buffer-toggle-compression"
                Item "Settings...|S" "dialog-show document"
        End
 
@@ -433,7 +471,11 @@ Menuset
        End
 
        Menu "navigate_bookmarks"
-               Item "Save Bookmark|S" "bookmark-save 1"
+               Item "Save Bookmark 1|S" "bookmark-save 1"
+               Item "Save Bookmark 2" "bookmark-save 2"
+               Item "Save Bookmark 3" "bookmark-save 3"
+               Item "Save Bookmark 4" "bookmark-save 4"
+               Item "Save Bookmark 5" "bookmark-save 5"
                Item "Clear Bookmarks|C" "bookmark-clear"
                Separator
                Bookmarks
@@ -465,8 +507,9 @@ Menuset
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
                Item "Extended Features|E" "help-open Extended"
-               Item "Insets|n" "help-open ExtendedInsets"
+               Item "Embedded Objects|m" "help-open EmbeddedObjects" 
                Item "Customization|C" "help-open Customization"
+               Item "Shortcuts|S" "help-open Shortcuts"
                Item "FAQ|F" "help-open FAQ"
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"