Hello
I see two ways of achieving that:
1- Duplicate project
- Physically duplicate the whole project directory
- Change the directory name and the .mcp name to anything relevant you want to use
- You should have a real clone of the project, that you can load into the IDE
2- Import settings from first project to second one
- Open the first project
- Open the target settings dialog (pressing ALT +F7)
- Go through each Panel and click "Export Panel". Save the settings in a file with a relevant name
- Open the destination project
- Open the target settings dialog (pressing ALT +F7)
- Go through each Panel and click "Import Panel". Load the corresponding settings from first
project.
For that to work properly make sure you are not using absolute paths in any of the panel.
It is recommended to sue either compiler relative or project relative paths rather than absolute ones.
That should be it.
CrasyCat