Page 1 of 1

Copy a Form from One Workspace into Another?

Posted: Mon Feb 05, 2018 6:23 pm
by ColleenKobe
I have two wxWidgets workspaces that I have created using wxCrafter and CodeLite (version 11.0.7). One workspace contains a "main" program, and the other is a "temporary" workspace to develop a form. I developed the temporary workspace so that if I met with disaster in the temporary workspace, at least the main form would be unaffected.

But the form in the temporary workspace is now working perfectly. It's time to move it into the main workspace. How do I move the form from one workspace into another?

Yes, I can manually re-create the form in the main workspace. It would take a couple of days. But if there is a quicker way, I'd sure like to be pointed in that direction.

My coding environment is Windows 10, and target environment is Windows.

Thanks!
Colleen

Re: Copy a Form from One Workspace into Another?

Posted: Tue Feb 06, 2018 1:22 am
by eranif
Just copy the wxcp file from one workspace to the second one

Re: Copy a Form from One Workspace into Another?

Posted: Tue Feb 06, 2018 4:44 pm
by ColleenKobe
Woo hoo! That worked perfectly. What a timesaver!
Thank you, eranif!

Colleen