ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

How to copy a .prj file to a new sketch folder #158

Closed DonpK closed 2 years ago

DonpK commented 3 years ago

What is the best way to move a Builder .prj file into a new sketch folder?

For example, I have a sketch named test1.0.ino with associated test1.0.prj and test1.0_GSLC.h files and perhaps several files associated with tabs within test1.0.ino.

I want to generate a new sketch based on test1.0.ino. The new sketch is named test1.1.ino and will start using the same .ino and .prj files from test1.0.

What procedure to you suggest for producing new ino. and .prj versions starting from existing versions? I have a process for doing it but is seems buggy.

Pconti31 commented 3 years ago

@DonpK I'm sorry but it may be a few months before I can fix this but I'm going to note this as a request for enhancement to SaveAs to copy over and fix *.ino file and copy any other files and sub folders over.

The crash appears to be a duplicate of closed issue #134 and Hopefully is fixed in most current release. If not post your prj and ino files in a zip so it can be fixed in the future. Paul--

DonpK commented 3 years ago

@Pconti31 Thanks, Paul.

To generate a new version, I make a folder with the new version's name, then copy the old version's .ino, .prj and the GSLC.h files to the new folder. I then change those files names to match that of the new version folder name and update the GSLC.h file name in the "Headers to Include" section of the .ino. Seems to work. Don

Pconti31 commented 2 years ago

@DonpK I finally got around to what I hope is a better implementation. Fixed in Release 0.17.b11. Paul--