]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
Fix pasting insets into math (bug #9302)
[lyx.git] / lib / ui / stdtoolbars.inc
index fc33c0af7f106593c388576ba5d9e10f87c2c8d5..163beab99b683afdc6d101872b9d32e8741b57fb 100644 (file)
@@ -62,7 +62,7 @@
 #
 # This is the default toolbar:
 
-Format 1
+Format 2
 
 ToolbarSet
 
@@ -74,6 +74,7 @@ ToolbarSet
                Item "Print document" "dialog-show print"
                Separator
                Item "Check spelling" "dialog-show spellchecker"
+               Item "Spellcheck continuously" "spelling-continuously"
                Separator
                Item "Undo" "undo"
                Item "Redo" "redo"
@@ -144,6 +145,10 @@ ToolbarSet
                Item "Add column" "inset-modify tabular append-column"
                Item "Delete row" "inset-modify tabular delete-row"
                Item "Delete column" "inset-modify tabular delete-column"
+               Item "Move row up" "inset-modify tabular move-row-up"
+               Item "Move column left" "inset-modify tabular move-column-left"
+               Item "Move row down" "inset-modify tabular move-row-down"
+               Item "Move column right" "inset-modify tabular move-column-right"
                Separator
                Item "Set top line" "inset-modify tabular toggle-line-top"
                Item "Set bottom line" "inset-modify tabular toggle-line-bottom"
@@ -348,6 +353,8 @@ ToolbarSet
                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"
@@ -433,7 +440,6 @@ ToolbarSet
                Item "overleftarrow" "math-insert \overleftarrow"
                Item "overrightarrow" "math-insert \overrightarrow"
                Item "overleftrightarrow" "math-insert \overleftrightarrow"
-               Item "overset" "math-insert \overset"
                Item "underline" "math-insert \underline"
 #              Item "underbar" "math-insert \underbar" # switches to text mode, strikes through underlengths
                Item "underbrace" "math-insert \underbrace"
@@ -441,11 +447,16 @@ ToolbarSet
                Item "underleftarrow" "math-insert \underleftarrow"
                Item "underrightarrow" "math-insert \underrightarrow"
                Item "underleftrightarrow" "math-insert \underleftrightarrow"
-               Item "underset" "math-insert \underset"
                Item "cancel" "math-insert \cancel"
                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 "overset" "math-insert \overset"
+               Item "underset" "math-insert \underset"
                Item "stackrel" "math-insert \stackrel"
                Item "stackrelthree" "math-insert \stackrelthree"
        End
@@ -939,6 +950,8 @@ ToolbarSet
                Item "Longmapsto" "math-insert \Longmapsto"
                Item "longmapsfrom" "math-insert \longmapsfrom"
                Item "Longmapsfrom" "math-insert \Longmapsfrom"
+               Item "xleftarrow" "math-insert \xleftarrow"
+               Item "xrightarrow" "math-insert \xrightarrow"
 #              Item "mapstochar" "math-insert \mapstochar"
 #              Item "Mapstochar" "math-insert \Mapstochar"
 #              Item "mapsfromchar" "math-insert \mapsfromchar"