In my Eclipse project, I have a mixture of java files, xml and various files with different file extensions. I want to regularly search all but java files to search for specific parameters.
Is there a way to tell Eclipse to search all files, EXCEPT the one with the .java extension?
source
share