Hi,
many times i need to rename an existing project due to some derived project.
I'm using the uVision4 IDE.
Now I just create a new project and copy all sourcefiles and project settings which costs a lot of time. With other IDE's i just find/replace the name in the project file but that doesn't work with uVision4...
Is there some handy way to rename a project?
thanks
Henk
make a new directory with the name you want, copy the directory there and, if you want, rename the .uvproj file in the new directory - DONE
It is cleaner to use a tool like Notepad++ to replace the appropriate string in all the files of the project.
"It is cleaner to use a tool like Notepad++ to replace the appropriate string in all the files of the project."
FWIW - That's my preferred method too. The uvopt and uvproj files are only xml files.
hi,
I tried just renaming the .uvproj and .uvopt files including their contents and it all works fine.
thanks,