Is it possible to retrieve a file that I deleted accidently from my CodeWarrior project?

Yes, you can retrieve your deleted files. However, instead of the system's Recycle Bin you need to retrieve the file from the local history. The local history maintains a copy of files you modify or delete.

To restore a deleted file, you need to perform the following steps.

  1. In the CodeWarrior Projects view, right-click the project branch you deleted the file from.
  2. From the context menu, select the Restore from Local History command.

    The Restore from Local History dialog box appears.

    Note: The dialog box contains a list of deleted files, along with a checkbox for each file in the list.
    Figure 1. Restore from Local History Dialog Box

    Restore from Local History Dialog Box

  3. Check the files you want to restore from the local history.
  4. Click the Restore button.

The selected files are restored.