* 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
BIN
lib/images/math-macro-add-greedy-optional-param.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
lib/images/math-macro-add-optional-param.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
lib/images/math-macro-add-param.png
Normal file
After Width: | Height: | Size: 499 B |
BIN
lib/images/math-macro-append-greedy-param.png
Normal file
After Width: | Height: | Size: 595 B |
BIN
lib/images/math-macro-make-nonoptional.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
lib/images/math-macro-make-optional.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
lib/images/math-macro-remove-greedy-param.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
lib/images/math-macro-remove-optional-param.png
Normal file
After Width: | Height: | Size: 381 B |
BIN
lib/images/math-macro-remove-param.png
Normal file
After Width: | Height: | Size: 471 B |
BIN
lib/images/math-macro_newmacroname_newcommand.png
Normal file
After Width: | Height: | Size: 370 B |
@ -39,5 +39,6 @@ Toolbars
|
||||
"table" "table,bottom"
|
||||
"math_panels" "math,bottom"
|
||||
"math" "math,bottom"
|
||||
"math_macros" "off,bottom"
|
||||
"minibuffer" "off,bottom"
|
||||
End
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
@ -162,6 +163,21 @@ ToolbarSet
|
||||
Separator
|
||||
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
|
||||
|