]> git.lyx.org Git - lyx.git/commit
Fix bug #11104. Activate refstyle support for InsetMathRef.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 5 Jan 2021 22:25:27 +0000 (17:25 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 5 Jan 2021 23:17:53 +0000 (18:17 -0500)
commitcf07d4825f65ab75783bb81d12e882a709aea222
treed3b5593b852d2614a6380df2dc23a30af9c4783b
parent79a21be5c3edce6baafab9979065fefef76130c1
Fix bug #11104. Activate refstyle support for InsetMathRef.

At the moment, there is no support for plurals and capitalization.
A long comment explains why. Support could be added for that without
a format change.
lib/lyx2lyx/lyx_2_4.py
src/frontends/qt/GuiRef.cpp
src/insets/InsetRef.cpp
src/insets/InsetRef.h
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathRef.h
src/mathed/MathParser.cpp
src/support/lstrings.cpp
src/support/lstrings.h
src/version.h