]> 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 00cd83851f77ed3aa043950c94a06e4eb4b7f01a..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"
@@ -139,7 +140,9 @@ Menuset
        End
 
        Menu "edit_textstyles"
+               Item "Dissolve CharStyle" "inset-dissolve charstyle"
                CharStyles
+               Elements
                Separator
                Item "Customized...|C" "dialog-show character"
                Separator
@@ -183,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
@@ -203,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"
@@ -264,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
@@ -293,24 +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
 
@@ -363,19 +386,23 @@ Menuset
                Separator
                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
 
@@ -391,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
 #
@@ -406,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
 
@@ -475,6 +509,7 @@ Menuset
                Item "Extended Features|E" "help-open Extended"
                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"