https://bugs.kde.org/show_bug.cgi?id=366695
--- Comment #2 from Alexander Schier <alexander_sch...@yahoo.de> --- When macro1 and macro2 are given and there is an object constructed by macro1, i would like to click this object and select "replace macro1-object by macro2-object". This would internally then replace "CenterOfMass(Triangle(p1, p2, p3))" with "Center(Circle(p1, p2, p3))", when the constructed center of mass is right clicked and then "replace construction by macro2" is selected. If you would assign IDs to the objects, p1, p2, p3 and result could still have the same IDs and all objects constructed using "result" as an input would still be constructable, because result is a point in both cases. Finally this would then do something like Given Segment(p4, CenterOfMass(Triangle(p1, p2, p3))) Replace: "CenterOfMass(Triangle(MACROINPUT))" by "Center(Circle(MACROINPUT))" Resulting in Segment(p4, Center(Circle(p1, p2, p3))) So the Segment constructed using the resulting-point is still intact. -- You are receiving this mail because: You are watching all bug changes.