This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I would like to rename one of the projects in my workspace. Is there an easy way to do this without totally messing things up? I would prefer not having to create a new project with the new name and importing the old into the new since there are so many paths and compiler switches to re-do.
MikeH
You can right-click on your project in the C/C++ Project view and select 'Refactor->Rename' in the context menu.
ki
Thanks Ki. Seems to work OK for renaming the top level project folder, but it appears that you must manually change the name of the .out file in the Build Properties->Artifact Name. No big deal, but since this is intially set by CCS when you create the project, it would be nice for the Refactor function to automatically change it.
thx
MikeH
Hi,
Try to delete the folder such as "Debug", "F28035_FLASH" which saves your .out files and then rebuild the project.