* a first version of a math macro toolbar. The icon can certainly be improved.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21337 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-11-01 16:33:19 +00:00
parent 565475a439
commit 11ce580d11
13 changed files with 17 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

View File

@ -39,5 +39,6 @@ Toolbars
"table" "table,bottom"
"math_panels" "math,bottom"
"math" "math,bottom"
"math_macros" "off,bottom"
"minibuffer" "off,bottom"
End

View File

@ -219,7 +219,6 @@ Menuset
Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
Separator
End
Menu "edit_math_limits"

View File

@ -103,6 +103,7 @@ ToolbarSet
Item "Insert note" "note-insert"
Item "Insert Hyperlink" "href-insert"
Item "Insert TeX code" "ert-insert"
Item "Insert math macro" "math-macro newmacroname newcommand"
Item "Include file" "dialog-show-new-inset include"
Separator
Item "Text style" "dialog-show character"
@ -163,6 +164,21 @@ ToolbarSet
Item "Toggle Math Panels" "toolbar-toggle math_panels"
End
Toolbar "math_macros" "Math Macros"
Item "Remove Last Parameter" "math-macro-remove-param"
Item "Append Parameter" "math-macro-add-param"
Separator
Item "Make First Non-Optional into Optional Parameter" "math-macro-make-optional"
Item "Make Last Optional into Non-Optional Parameter"
"math-macro-make-nonoptional"
Item "Remove Optional Parameter" "math-macro-remove-optional-param"
Item "Insert Optional Parameter" "math-macro-add-optional-param"
Separator
Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
End
Toolbar "minibuffer" "Command Buffer"
Minibuffer
End