Search results in deleted files

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

Search results in deleted files

680 Views
bwer
Contributor I

Hello,

I have found a strange behavior.

The search of the CW 10 found rsults in .c and .h -files, which I have deleted.

The files are completly deleted in the directory of the project.

If I call the result, I get the message:

 

---

Can't find a source file at "C:\wlantest\Sources\ip4\ip_app.c"
Locate the file or edit the source lookup path to include its location.

 

How can I fix that?

Labels (1)
0 Kudos
Reply
1 Reply

540 Views
CrasyCat
Specialist III

Hello

 

Apparently Eclipse did keep some internal references to the deleted files. Can you try the following:

 

  - Click right on the project name in the CodeWarrior Projects View

  - in the drop Down Menu select Refresh.

  - Click right on the project name in the CodeWarrior Projects View again

  - In the drop down menu select Index > Rebuild.

 

Once indexing is over, perform your search again.

 

CrasyCat

0 Kudos
Reply