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
Copy a Form from One Workspace into Another?
- ColleenKobe
- CodeLite Expert
- Posts: 130
- Joined: Wed Mar 30, 2016 4:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Copy a Form from One Workspace into Another?
Just copy the wxcp file from one workspace to the second one
Make sure you have read the HOW TO POST thread
- ColleenKobe
- CodeLite Expert
- Posts: 130
- Joined: Wed Mar 30, 2016 4:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Copy a Form from One Workspace into Another?
Woo hoo! That worked perfectly. What a timesaver!
Thank you, eranif!
Colleen
Thank you, eranif!
Colleen