Le 17/04/2016 00:09, Richard Heck a écrit :
On 04/16/2016 05:58 PM, Guillaume Munch wrote:
commit 9b45121e4fbecd6c15f42d81a6d522236079760c
Author: Guillaume Munch <g...@lyx.org>
Date: Mon Dec 14 01:54:27 2015 +0000
Sanitize InsetMathHull and add a check for mutability in LFUN_MATH_MUTATE
Remove in particular all comparisons < and >= involving HullType.
Add a guard to make sure that mutate() only operates on types it has been
designed for. Then I figured I could use this new knowledge to give
feedback
when math-mutate is not implemented via getStatus(). (To test this, insert
a
regexp in Advanced Search & Replace and try to change it into a standard
equation via the contextual menu.)
Do you think we want this one in 2.2.x?
Yes, it should be safe and will make future backports less tedious.