]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Add Caolán McNamara to the credits.
[lyx.git] / lib / ui / default.ui
index 0774397922cf92175c12e002b3ca242318dcddaf..9688b0e764fe7464fb223ec6617d5c56df9395b0 100644 (file)
@@ -16,6 +16,8 @@
 
 Include "stdmenus.inc"
 
+Include "stdcontext.inc"
+
 Include "stdtoolbars.inc"
 
 # Which toolbars to use.
@@ -24,8 +26,14 @@ Include "stdtoolbars.inc"
 #
 # on: the toolbar is visible
 # off: the toolbar is not visible
+# auto: the toolbar is automatically shown and hidden depending on the
+#       next 3 flags.
+#
 # math: the toolbar is visible only when in math
+# mathmacrotemplate: the toolbar is visible only when in a macro definition
 # table: the toolbar is visible only when in a table
+# review: the toolbar is visible only when inside a tracked change
+#
 # top: the toolbar should be at the top of the window
 # bottom: the toolbar should be at the bottom of the window
 # left: the toolbar should be at the left of the window
@@ -33,10 +41,13 @@ Include "stdtoolbars.inc"
 #
 Toolbars
        "standard" "on,top"
-       "extra" "on,top"
        "view/update" "on,top"
-       "review" "review,top"
-       "table" "table,bottom"
-       "math" "math,bottom"
+       "extra" "on,top"
+       "review" "auto,review,top"
+       "vcs" "off,top"
+       "table" "auto,table,bottom"
+       "math_panels" "auto,math,bottom"
+       "math" "auto,math,bottom"
+       "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
        "minibuffer" "off,bottom"
 End