]> git.lyx.org Git - features.git/commit
Adapt stdinsets.inc and linguistics.module to the new InsetLayout framework.
authorRichard Heck <rgheck@comcast.net>
Sun, 5 Oct 2008 19:46:19 +0000 (19:46 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 5 Oct 2008 19:46:19 +0000 (19:46 +0000)
commitee4db4a133ee5b5ac1654137631ff6c5cfe7a951
tree5dcc5c1ebd52cd5d0fb2c5f1c8667414149ad2fa
parent7c61874c702c852a40f0cb397d0cf806ae94debe
Adapt stdinsets.inc and linguistics.module to the new InsetLayout framework.
There may be some other changes to be made here still, but they should be
fairly painless. What will need checking are InsetFlex's. Those that set
MultiPar to true will now default to ForcePlain false and CustomPars true;
those that set MultiPar to false (or don't set it, since that's the default)
will have CustomPars false and ForcePlain true. If that's wrong, the right
tag can be added, but it must be AFTER the MultiPar tag, since MultiPar will
reset CustomPars and ForcePlain, as described in stdinsets.inc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26759 a592a061-630c-0410-9148-cb99ea01b6c8
lib/layouts/linguistics.module
lib/layouts/stdinsets.inc