]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.ui
Note Settings menu item
[lyx.git] / lib / ui / stdmenus.ui
index 1054a0db8e0f91a178200c21631f3751ae95d863..be85650b37a89b89be73d9b9021b4065b1323cfb 100644 (file)
@@ -18,7 +18,7 @@ Menuset
 
        Menu "file"
                Item "New|N" "buffer-new"
-               Item "New from Template...|T" "buffer-new-template"
+               Item "New from Template...|m" "buffer-new-template"
                Item "Open...|O" "file-open"
 # This seems a much more sensible place to me
                Submenu "Open recent|t" "lastfiles"
@@ -31,7 +31,7 @@ Menuset
                Separator
                Submenu "Import|I" "file_import"
                Submenu "Export|E" "file_export"
-               Item "Print...|P" "buffer-print"
+               Item "Print...|P" "dialog-show print"
                OptItem "Fax...|F" "buffer-export fax"
                Separator
                Item "Exit|x" "lyx-quit"
@@ -47,7 +47,7 @@ Menuset
                OptItem "Check Out for Edit|O" "vc-check-out"
                OptItem "Revert to Last Version|L" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
-               OptItem "Show History|H" "vc-history"
+               OptItem "Show History|H" "dialog-show vclog"
        End
 
        Menu "file_import"
@@ -70,9 +70,10 @@ Menuset
                Item "Cut" "cut"
                Item "Copy" "copy"
                Item "Paste" "paste"
-               Item "Find & Replace...|F" "find-replace"
+               Submenu "Paste Recent" "pasterecent"
+               Item "Find & Replace...|F" "dialog-show findreplace"
                Separator
-               Item "Text Style...|S" "layout-character"
+               Item "Text Style...|S" "dialog-show character"
                Item "Paragraph Settings...|P" "layout-paragraph"
                Separator
 # Mathed b0rkage means these don't work properly
@@ -91,12 +92,17 @@ Menuset
                OptItem "Float Settings...|a" "inset-settings float"
                OptItem "Minipage Settings...|M" "inset-settings minipage"
                OptItem "Text Wrap Settings...|W" "inset-settings wrap"
+               OptItem "Note Settings...|N" "inset-settings note"
 # Hey, guess what's broken ? Surprise surprise, it's tabular stuff
 # This is in the Table submenu instead for now.
 #      OptItem "Table Settings...|a" "inset-settings tabular"
                OptItem "Table Settings...|a" "layout-tabular"
        End
 
+       Menu "pasterecent"
+               PasteRecent
+       End
+
 # not much we can do to help here
        Menu "edit_tabular"
                Item "Add Row|A" "tabular-feature append-row"
@@ -190,8 +196,6 @@ Menuset
 # A common feature request JMarc wants to see
 #      Item "Open All Footnotes|F" "open-footnotes"
 #      Item "Close All Footnotes|C" "close-footnotes"
-# FIXME: better in Document menu ? Not sure.
-               Item "Remove All Error Boxes|E" "error-remove-all"
                Item "Display Tooltips|D" "toggle-tooltips"
                Separator
                Submenu "Update|U" "document_update"
@@ -243,7 +247,9 @@ Menuset
                Item "Horizontal Fill|H" "hfill-insert"
                Item "Hyphenation Point|P" "hyphenation-point-insert"
                Item "Ligature Break|k" "ligature-break-insert"
-               Item "Protected Blank|B" "protected-space-insert"
+               Item "Protected Space|r" "space-insert protected"
+               Item "Inter-word Space|w" "space-insert normal"
+               Item "Thin Space|T" "space-insert thin"
                Item "Linebreak|L" "break-line"
                Item "Ellipsis|i" "dots-insert"
                Item "End of Sentence|E" "end-of-sentence-period-insert"
@@ -265,7 +271,7 @@ Menuset
                Item "Cases Environment|C" "math-insert \cases"
                Separator
                Submenu "Font Change|f" "insert_math_font"
-               Item "Math Panel|l" "math-panel"
+               Item "Math Panel|l" "dialog-show mathpanel"
        End
 
        Menu "insert_math_font"
@@ -317,14 +323,14 @@ Menuset
 #
  
        Menu "document"
+               Submenu "Change tracking|C" "edit_change"
                OptItem "Build Program|B" "build-program"
-               Item "LaTeX Log File...|L" "latex-view-log"
+               Item "LaTeX Log File...|L" "dialog-show latexlog"
                Item "Table of Contents...|T" "toc-view"
-               Separator
-               Submenu "Change tracking|C" "edit_change"
-               Item "LaTeX Preamble...|P" "layout-preamble"
-               Item "Settings...|S" "layout-document"
+               Item "LaTeX Preamble...|P" "dialog-show preamble"
                Item "Start Appendix Here|A" "appendix"
+               Separator
+               Item "Settings...|S" "dialog-show document"
        End
  
        Menu "edit_change"
@@ -339,7 +345,6 @@ Menuset
 #
        Menu "navigate"
                Submenu "Bookmarks|B" "navigate_bookmarks"
-               Item "Error|E" "error-next"
                Item "Note|N" "note-next"
                Item "Refs|R" "reference-goto"
                Separator
@@ -361,18 +366,17 @@ Menuset
 #
  
        Menu "tools"
-               Item "Spellchecker...|S" "spellchecker"
+               Item "Spellchecker...|S" "dialog-show spellchecker"
                OptItem "Thesaurus...|T" "thesaurus-entry"
                OptItem "Check TeX|h" "buffer-chktex"
-               Separator
-               Item "View Child Processes...|C" "show-forks"
-               Item "TeX Information...|I" "help-Texinfo"
+               Item "View Child Processes...|C" "dialog-show forks"
+               Item "TeX Information...|I" "dialog-show texinfo"
                Separator
 # A LOT of applications have Tools->Prefs. Remember this
 # should be rarely used - Edit menu is not a good place to
 # have it.
-               Item "Preferences...|P" "dialog-preferences"
                Item "Reconfigure|R" "reconfigure"
+               Item "Preferences...|P" "dialog-show preferences"
        End
  
 #
@@ -388,7 +392,7 @@ Menuset
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
                Separator
-               Item "About LyX...|X" "help-aboutlyx"
+               Item "About LyX...|X" "dialog-show aboutlyx"
        End
 
 End