]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
stdcontext.inc:
[lyx.git] / lib / ui / stdmenus.inc
index 675888921830ccafa75f3bcefcb5a7638fcaeca6..0039e99e28a3a2e4d5028d2e43407df17fef0d54 100644 (file)
@@ -46,6 +46,7 @@ Menuset
                Submenu "Open Recent|t" "file_lastfiles"
                Separator
                Item "Close|C" "buffer-close"
+               Item "Close All" "buffer-close-all"
                Item "Save|S" "buffer-write"
                Item "Save As...|A" "buffer-write-as"
                Item "Save All|l" "buffer-write-all"
@@ -71,7 +72,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 "Revert to Repository Version|R" "vc-revert"
+               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"
                OptItem "Show History...|H" "dialog-show vclog"
                OptItem "Use Locking Property|L" "vc-locking-toggle"
@@ -102,13 +104,14 @@ Menuset
                Separator
                Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
                Separator
-               Item "Find & Replace...|F" "dialog-show findreplace"
-               Item "Find LyX...|X" "dialog-show findreplaceadv"
+               Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
+               Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
                Separator
                Item "Move Paragraph Up|o" "paragraph-move-up"
                Item "Move Paragraph Down|v" "paragraph-move-down"
                Separator
                Submenu "Text Style|S" "edit_textstyles"
+               LanguageSelector
                Item "Paragraph Settings...|P" "layout-paragraph"
                Separator
 # Mathed b0rkage means these don't work properly
@@ -123,7 +126,7 @@ Menuset
 # obvious what the context is for the others)
                OptItem "Increase List Depth|I" "depth-increment"
                OptItem "Decrease List Depth|D" "depth-decrement"
-               OptItem "Dissolve Inset|l" "inset-dissolve"
+               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
                OptItem "Float Settings...|a" "inset-settings float"
@@ -304,34 +307,25 @@ Menuset
                Item "Open All Insets|O" "all-insets-toggle open"
                Item "Close All Insets|C" "all-insets-toggle close"
                Separator
-               Item "Unfold Math Macro" "math-macro-unfold"
-               Item "Fold Math Macro" "math-macro-fold"
+               Item "Unfold Math Macro|n" "math-macro-unfold"
+               Item "Fold Math Macro|d" "math-macro-fold"
                Separator
+               Item "View Messages|g" "dialog-toggle progress"
                Item "View Source|S" "dialog-toggle view-source"
-               Item "View Output|V" "buffer-view"
-               Item "Update Output|U" "buffer-update"
+               ViewFormats
+               UpdateFormats
                OptItem "View Master Document|M" "master-buffer-view"
                OptItem "Update Master Document|a" "master-buffer-update"
-               Submenu "View (Other Formats)|F" "view_others"
-               Submenu "Update (Other Formats)|p" "view_update"
                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 Tab Group|G" "close-tab-group"
-               Item "Fullscreen|l" "ui-toggle fullscreen"
+               Item "Close Current View|w" "close-tab-group"
+               Item "Fullscreen|l" "ui-toggle fullscreen"      
                Submenu "Toolbars|b" "toolbars"
                Separator
                Documents
        End
 
-       Menu "view_others"
-               ViewFormats
-       End
-
-       Menu "view_update"
-               UpdateFormats
-       End
-
        Menu "toolbars"
                Toolbars
        End
@@ -362,15 +356,14 @@ Menuset
                Separator
                Item "Table...|T" "tabular-insert"
                Item "Graphics...|G" "dialog-show-new-inset graphics"
-               Item "URL" "flex-insert URL"
-               Item "Hyperlink|k" "href-insert"
+               Item "URL|U" "flex-insert URL"
+               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"
-               Item "Regexp" "regexp-mode"
        End
 
        Menu "insert_special"
@@ -538,6 +531,7 @@ Menuset
                Item "Statistics...|a" "statistics"
                OptItem "Check TeX|h" "buffer-chktex"
                Item "TeX Information|I" "dialog-show texinfo"
+               Item "Compare...|C" "dialog-show compare"
                Separator
 # A LOT of applications have Tools->Prefs. Remember this
 # should be rarely used - Edit menu is not a good place to
@@ -553,7 +547,7 @@ Menuset
                Item "Introduction|I" "help-open Intro"
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
-               Item "Additional Features|F" "help-open Extended"
+               Item "Additional Features|F" "help-open Additional"
                Item "Embedded Objects|O" "help-open EmbeddedObjects"
                Item "Math|M" "help-open Math"
                Item "Customization|C" "help-open Customization"