]> git.lyx.org Git - lyx.git/commit
Allow using the text properties dialog in mathed
authorEnrico Forestieri <forenr@lyx.org>
Mon, 6 Nov 2023 17:04:44 +0000 (18:04 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 6 Nov 2023 17:04:44 +0000 (18:04 +0100)
commit58103cf214cc5e9e5d0f4aaa03f4250ee011e55a
treeb0ccd07cfadc82ca732a5d78a6d5d10fc8081025
parentd2db3d45780f72248268be3d5cf7bbe3024df893
Allow using the text properties dialog in mathed

Until now only the color of the text could be changed by using
the text properties dialog. This commit allows changing all
other properties except for strikethrough. It is possible to
also add underlining with the limitation that the changes
accumulate. This requires other work but I think that underlining
and strikethrough are not so important in mathed and can be
refined at a later time.

Fixes #12958
20 files changed:
lib/symbols
src/Cursor.cpp
src/DocIterator.cpp
src/DocIterator.h
src/Makefile.am
src/MetricsInfo.cpp
src/MetricsInfo.h
src/insets/Inset.cpp
src/insets/InsetCode.h
src/mathed/InsetMath.h
src/mathed/InsetMathBrace.cpp
src/mathed/InsetMathBrace.h
src/mathed/InsetMathDecoration.cpp
src/mathed/InsetMathDecoration.h
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathTextsize.cpp [new file with mode: 0644]
src/mathed/InsetMathTextsize.h [new file with mode: 0644]
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp
src/mathed/MathSupport.cpp