Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
October 31, 2013 - 10:42pm
|
I have located the support documents on how to save a project under a different file name. My request for IDE improvement is having a "save project as" option would be great. In development we have created a reference ARM7 project: ports, adc, dac, us art.... We then copy this to a new project directory and build the new project around the already proven and functional base code. It sure would be nice to open the project in the IDE and select save project as. Just saying..... |
This works for me on STM8 and STM32:
Copy the src and inc files, etc. and also copy the .rapp and .rprj files. Then you create a new project, close it. Replace the "new" rapp and rprj files with your proven ones and edit the contents if you want to change the project name, etc.
These are the files that I save in my source code control system...
I agree though, a Save As would be great.