I'm using the Scala IDE (the latest version, I think: 3.0.2-vfinal-20131028-1923-Typesafe)
I've been doing some refactoring and cleared up some old code. Now, whenever I press Control-H (search menu), it comes up with an error saying "An error occurred while creating the search page 'Java Search'. Reason: <file> does not exist"
<file>
is a one of the files I deleted when refactoring.
This problem affects all projects, even those which aren't dependant on the project which previously contained <file>
.
I've tried the following:
- Regenerated the project files (they're generated by sbt) and refreshed them in Scala IDE
- Removed the projects from Scala IDE entirely, and re-imported them
- Cleaned all projects within Scala IDE
None of these have solved the problem. Does anyone have any ideas?