Le 20/05/2016 à 11:25, Jean-Marc Lasgouttes a écrit :
commit cfb41a57c28389e939d663044525694ec90005a5
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Thu May 12 17:31:47 2016 +0200
Cleanup handling of LFUN_LAYOUT_PARAGRAPH in getStatus
The way it works is:
* the inset defines allowParagraphCustomization() correctly
* Text::getStatus acts on it.
Note that, in Text::getStatus, testing for
cur.inset().allowParagraphCustomization() does not make much sense, since one
should pass the cursor idx as parameter. Actually, for some reason the safest
bet is to use the owner of the Text object as inset.
With this commit, I have finished pushing my features/trivial branch
that contained, well, trivial changes.
I have another branch features/betterpaint pending, but I will maybe
wait until 2.3 is officially open.
JMarc