]> git.lyx.org Git - features.git/commitdiff
Add "LyX Documentation Tools" toolbar
authorGeorg Baum <baum@lyx.org>
Thu, 29 Oct 2015 19:02:52 +0000 (20:02 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 29 Oct 2015 19:02:52 +0000 (20:02 +0100)
People working on the documentation do probably want to switch this on. It
gives easy access to LyX and LaTeX logos (bug 9626), and the info and menu
separator insets.

lib/ui/default.ui
lib/ui/stdtoolbars.inc

index 34f56510aaedd37579ab8c25374307e5b3290049..fdf80eff550842a3fa48b78b119df83b40ace4a2 100644 (file)
@@ -57,4 +57,5 @@ Toolbars
        "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
        "ipa" "auto,ipa,bottom"
        "minibuffer" "auto,minibuffer,bottom"
+       "documentation" "off,top"
 End
index 71c9f8aa8c06bcfd758e382b8637be7b2dcee846..c8ffe77124ce18006e041663dbdf714108c947ad 100644 (file)
@@ -244,6 +244,16 @@ ToolbarSet
                Item "Next note" "note-next"
        End
 
+       Toolbar "documentation" "LyX Documentation Tools"
+               Item "Info" "info-insert"
+               Item "Menu Separator" "specialchar-insert menu-separator"
+               Separator
+               Item "LyX Logo" "specialchar-insert lyx"
+               Item "TeX Logo" "specialchar-insert tex"
+               Item "LaTeX Logo" "specialchar-insert latex"
+               Item "LaTeX2e Logo" "specialchar-insert latex2e"
+       End
+
        Toolbar "view-others" "View Other Formats"
                ViewFormats
        End