correct way to rename a project? Posted by daverj on 2017-03-05 09:35 What is the recommended method for renaming an existing project? I tried simply right clicking the project in the Project Explorer and using “rename”, but it seemed to trash links in the project.
Posted by daverj on 2017-03-07 22:19 I don’t know if this is the right way or not. What I ended up doing was: 1 - delete the project from the workspace 2 - rename the project folder 3 - edit the .project and .cproject files in a text editor and change all references to the name 4 - delete the debug folder (I haven’t done any projects with a release configuration, but assume other configs have related folders that also must be deleted) 5 - import project back into workspace