]> git.lyx.org Git - lyx.git/commit
Code cleanup of \bigl related stuff:
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 1 May 2006 08:05:22 +0000 (08:05 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 1 May 2006 08:05:22 +0000 (08:05 +0000)
commit143e14045fb116d293ba8f50d1e7865c7827b1ba
tree3db0ac938fe0f12ee7898d481ca399553c3142c1
parent4c7d66bfda7bbf628d796cce3e2177d06f01f6f4
Code cleanup of \bigl related stuff:
* src/cursor.C
(LCursor::plainInsert): Move special \bigl stuff from here to
MathNestInset::interpret
(LCursor::macroModeClose): try to intepret the current macro before
it is simply inserted

* src/mathed/math_nestinset.C
(MathNestInset::doDispatch): try to intepret the argument of
LFUN_SELFINSERT also if it is longer than one character

* src/mathed/math_nestinset.[Ch]
(MathNestInset::interpret): new, moved from LCursor::plainInsert

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13786 a592a061-630c-0410-9148-cb99ea01b6c8
src/cursor.C
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h