PaddleStroke
PaddleStroke
Thank you guys for the reviews. I see, those extra commits are ugly indeed. Github is very tempting with it's 'update branch' button! I can squash them then. > CI...
> Cut/Copy/Paste commands are defined in https://github.com/FreeCAD/FreeCAD/blob/master/src/Gui/CommandDoc.cpp Oh I had a look at those yesterday actually. So it should be implemented here? There's currently only one behaviour which is defined...
> Take example where it already works ;) Thanks! When you know where it is it may be obvious, but when you don't figuring it out is very slow an...
> Nobody born knowing where things are. ;) That's a somewhat painful learning, but useful if you want to contribute on a regular basis. In this case, I just open...
I basically just copy pasted your example in the copy command : ``` #include using namespace SketcherGui; void StdCmdCopy::activated(int iMsg) { Q_UNUSED(iMsg); //Case : in sketch edit Gui::Document* doc =...
I fixed the compilation errors and squashed commits to get it clean. But I don't understand where it should be implemented. Though I understand it's not in src/Gui/CommandDoc.cpp > If...
This is not to copy a sketch, but to copy géométries inside a sketch and between sketches when in edit mode. On Sat, Feb 12, 2022, 16:26 wwmayer ***@***.***> wrote:...
Hi Chris, I'll definitely pick it up soon. I didn't went further because I didn't understand wmayer comments. But now I think I can understand them. Edit: No there's no...
Thanks for your explanations !
@tomate44 I think trying to move the functions that you have that are stable enough to core is a great idea. Hope you are still considering it ! Maybe you...