CodeWarrior V6.3 - HC08GP32

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior V6.3 - HC08GP32

526 Views
HermanVWD
Contributor I

Hi,

 

I develop code for a project on more than one PC. The project files are stored on a USB stick.

 

Can the IDE Preferences easily be copied from one PC to the next? Which file is to be copied?

 

 

best regards,

Herman

Labels (1)
0 Kudos
2 Replies

287 Views
CrasyCat
Specialist III

Hello

 

For IDE preferences we usually do not recommend to copy them directly from one PC to another.

This might generate some trouble.

 

Normally you should be able to Export the data from the various Panel on the first PC and import them on the new one.

 

If you want to  give it a try though you can try to copy over the file CodeWarrior5.9.Prefs and EditorSettings located in the {Install}\bin folder.

 

If this generates some trouble, then use the Export/Import feature.

 

 

CrasyCat

0 Kudos

287 Views
J2MEJediMaster
Specialist I

If what you are talking about is the settings for your project, those are stored in a subdirectory calld Data in the project directory. That is, if your project folder is named Cool_App, the project settings are stored in a folder Cool_App_Data within the project folder. Opening the project folder's project file (.mcp) with CodeWarrior on a different system should pick up the project settings.

 

---Tom

0 Kudos