How do I instruct the CodeWarrior IDE to save changes to my source code files automatically before building the project?

To instruct the CodeWarrior IDE to save changes to your source code files automatically before building the project, follow steps below:

  1. From the C/C++ perspective toolbar, select Window > Preferences .

    The Preferences window appears.

  2. Expand General .
  3. Select Workspace .

    The Workspace settings appear.

  4. Under Save required dirty editors before building , select the Always radio button.
    Figure 1. Preferences-Workspace Page

    Preferences-Workspace Page

  5. Click Apply .
  6. Click OK .

Now, the CodeWarrior IDE will save changes to the source code files automatically before building the project.