]> 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 5f4e246fbf3b9ddb1c2a7877e12036270ace71cd..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"
@@ -183,7 +184,6 @@ ToolbarSet
                Item "Insert sum" "math-insert \sum"
                Item "Insert integral" "math-insert \int"
                Item "Insert product" "math-insert \prod"
-               Item "Insert side scripts" "math-insert \sideset"
                Separator
                Item "Insert ( )" "math-delim ( )"
                Item "Insert [ ]" "math-delim [ ]"
@@ -353,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"
@@ -438,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"
@@ -446,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
@@ -944,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"