Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi Michael,

thanks for the explanations.

On 27.06.2012 13:56, Michael Meeks wrote:
Please just re-implement the fix in a
different way - and/or if this is a really key-fix we can re-base that
one file in 3.6.

I am scratching my head - how could one re-implement

+  if (A && !B)
-  if (A && B)

or any other trivial fix? I believe the following logic-manipulating approach is pure dotage:

+  if (A && !B)
-  if (A && !(!B))

+  if (A && !B)
-  if (!(!A || !B))

isn't it? :) Or one need to rewrite UndoManager...

I don't know if the patch can be considered a key-fix, the bug title is:

"Undo broken in several contexts (Basic Editor, Math Editor, Calc Input Line, MultiLine controls, etc)"

(you know, it depends on the definition of the key-fix... :) From my point of view it can, but I am an inveterate bug-hater.

Regards,
 Ivan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.