]> git.lyx.org Git - features.git/commit
Make MathRow tokens completely generic
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Feb 2017 16:46:53 +0000 (17:46 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Feb 2017 16:46:53 +0000 (17:46 +0100)
commitec676a1dec0998e75c2b6aa1cb49136fda231071
treefe4732f8c1b181327e9b2ab5b55b364ef761611c
parent6c13af3f298a96c5564684b83c52989473b020ce
Make MathRow tokens completely generic

The enum values BEG_MACRO/END_MACRO and BEG_AR/END_AR are replaced by a
single BEGIN/END pair.

The MathRow code now only knows about insets and math arrays.
src/mathed/MathMacro.cpp
src/mathed/MathRow.cpp
src/mathed/MathRow.h