]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Fix bug #9622
[lyx.git] / lib / ui / stdtoolbars.inc
index d375afad14b6b4907ec9ad67a9da2306bed27efa..e0666f0b1343f622462c54cb1f38ad90f0b9111d 100644 (file)
@@ -62,7 +62,7 @@
 #
 # This is the default toolbar:
 
-Format 4
+Format 5
 
 ToolbarSet
 
@@ -86,15 +86,18 @@ ToolbarSet
                Separator
                Item "Toggle emphasis" "font-emph"
                Item "Toggle noun" "font-noun"
-               Item "Apply last" "textstyle-apply"
+               DynamicMenu "dynamic-char-styles" "Custom text styles"
+               Item "Apply last text properties" "textstyle-apply"
                Separator
                Item "Insert math" "math-mode on"
                Item "Insert graphics" "dialog-show-new-inset graphics"
                TableInsert "Insert table"
+               DynamicMenu "dynamic-custom-insets" "Custom insets"
                Separator
                Item "Toggle outline" "dialog-toggle toc"
                Item "Toggle math toolbar" "toolbar-toggle math"
                Item "Toggle table toolbar" "toolbar-toggle table"
+               Item "Toggle review toolbar" "toolbar-toggle review"
        End
 
        Toolbar "view/update" "View/Update"
@@ -102,6 +105,7 @@ ToolbarSet
                Item "Update" "buffer-update"
                Item "View master document" "master-buffer-view"
                Item "Update master document" "master-buffer-update"
+#              Item "Cancel export" "export-cancel"
                Item "Enable Forward/Reverse Search" "buffer-toggle-output-sync"
                Separator
                StickyPopupMenu "view-others" "View other formats"
@@ -110,10 +114,10 @@ ToolbarSet
 
        Toolbar "extra" "Extra"
                Item "Default" "layout"
-               Item "Numbered list" "layout Enumerate"
-               Item "Itemized list" "layout Itemize"
-               Item "List" "layout List"
-               Item "Description" "layout Description"
+               Item "Numbered list" "layout-toggle Enumerate"
+               Item "Itemized list" "layout-toggle Itemize"
+               Item "List" "layout-toggle List"
+               Item "Description" "layout-toggle Description"
                Item "Increase depth" "depth-increment"
                Item "Decrease depth" "depth-decrement"
                Separator
@@ -134,7 +138,7 @@ ToolbarSet
                Item "Insert math macro" "math-macro newmacroname newcommand"
                Item "Include file" "dialog-show-new-inset include"
                Separator
-               Item "Text style" "dialog-show character"
+               Item "Text properties" "dialog-show character"
                Item "Paragraph settings" "layout-paragraph"
                Item "Thesaurus" "thesaurus-entry"
        End
@@ -286,7 +290,7 @@ ToolbarSet
                Item "Revert changes" "vc-revert"
                Item "Compare with older revision" "vc-compare"
                Item "Compare with last revision" "vc-compare 0"
-               Item "Insert Version Info" "info-insert buffer vcs-revision"
+               Item "Insert Version Info" "info-insert vcs revision"
                Separator
                Item "Use SVN file locking property" "vc-locking-toggle"
                Separator
@@ -295,7 +299,7 @@ ToolbarSet
 
        Toolbar "math_panels" "Math Panels"
                PopupMenu "space" "Math spacings"
-               PopupMenu "style" "Styles"
+               PopupMenu "style" "Styles & classes"
                PopupMenu "frac-square" "Fractions"
                PopupMenu "font" "Fonts"
                PopupMenu "functions" "Functions"
@@ -361,12 +365,12 @@ ToolbarSet
                Item "Phantom   \\phantom" "math-insert \phantom"
                Item "Horizontal phantom        \\hphantom" "math-insert \hphantom"
                Item "Vertical phantom  \\vphantom" "math-insert \vphantom"
-               Item "Smash \\smash" "math-insert \smash"
-               Item "Top smash \\smasht" "math-insert \smasht"
-               Item "Bottom smash \\smashb" "math-insert \smashb"
-               Item "Left overlap \\mathllap" "math-insert \mathllap"
-               Item "Center overlap \\mathclap" "math-insert \mathclap"
-               Item "Right overlap \\mathrlap" "math-insert \mathrlap"
+               Item "Smash     \\smash" "math-insert \smash"
+               Item "Top smash \\smasht" "math-insert \smasht"
+               Item "Bottom smash      \\smashb" "math-insert \smashb"
+               Item "Left overlap      \\mathllap" "math-insert \mathllap"
+               Item "Center overlap    \\mathclap" "math-insert \mathclap"
+               Item "Right overlap     \\mathrlap" "math-insert \mathrlap"
        End
 
        Toolbar "sqrt-square" "Roots"
@@ -374,11 +378,15 @@ ToolbarSet
                Item "Other root        \\root" "math-insert \root"
        End
 
-       Toolbar "style" "Styles"
+       Toolbar "style" "Styles & Classes"
                Item "Display style     \\displaystyle" "math-size \displaystyle"
                Item "Normal text style \\textstyle" "math-size \textstyle"
                Item "Script (small) style      \\scriptstyle" "math-size \scriptstyle"
                Item "Scriptscript (smaller) style      \\scriptscriptstyle" "math-size \scriptscriptstyle"
+               Item "Relation class    \\mathrel" "math-insert \mathrel"
+               Item "Binary operator class     \\mathbin" "math-insert \mathbin"
+               Item "Large operator class      \\mathop" "math-insert \mathop"
+               Item "Ordinary class    \\mathord" "math-insert \mathord"
        End
 
        Toolbar "frac-square" "Fractions"
@@ -460,10 +468,10 @@ ToolbarSet
                Item "bcancel" "math-insert \bcancel"
                Item "xcancel" "math-insert \xcancel"
                Item "cancelto" "math-insert \cancelto"
-               Item "Insert left/right side scripts" "math-insert \sideset"
-               Item "Insert right side scripts" "math-insert \sidesetr"
-               Item "Insert left side scripts" "math-insert \sidesetl"
-               Item "Insert side scripts" "math-insert \sidesetn"
+               Item "Insert left/right side scripts (sideset)" "math-insert \sideset"
+               Item "Insert right side scripts (sidesetr)" "math-insert \sidesetr"
+               Item "Insert left side scripts (sidesetl)" "math-insert \sidesetl"
+               Item "Insert side scripts (sidesetn)" "math-insert \sidesetn"
                Item "overset" "math-insert \overset"
                Item "underset" "math-insert \underset"
                Item "stackrel" "math-insert \stackrel"