I am working with another software vendors sample .java files (a couple hundred) and occasionally need to find one that demonstrates how to use their API. Their API set has over 10,000 objects and the documentation unfortunately is, more often than not, lacking details (i.e. a method takes "int arg1, int arg2" but really they are wanting some sort of enumerated object).
I have done both explicit searches (*.java) and open searches (*.*) to find files containing keywords but the Microsoft search does not find files that contain the words. If I manually search the files, I can see plenty of them that contain the words, but I don't really want to rely on a manual search when the OS has a search capability (just not working as expected).
Any thoughts on a default configuration that needs to happen? Does another option exist? I'm using Eclipse as my IDE and can search my project directory but these are sample files and I don't want to pull them all into my project just to do a search.
2007-10-11
03:26:05
·
2 answers
·
asked by
Jim Maryland
7
in
Other - Computers