When I use Open Type / Open Resource dialog in Eclipse and start typing the resource name I get the results from the entire project rather than from the source directories I specified in the project configuration. To be more specific - WEB-INF/classes binary directory is a part of my project but I do not want the files from that directory to appear in the Open Resource dialog results. Is there any way to restrict it?
Asked
Active
Viewed 2,020 times
6
-
duplicate http://stackoverflow.com/questions/2632419/how-do-i-hide-class-files-from-the-open-resource-dialog-in-eclipse – Balaswamy Vaddeman Apr 02 '12 at 10:13
-
@Balaswamy, You are right, I did not notice that one. It solved my problem, thanks. – AtomHeartFather Apr 02 '12 at 10:18
-
u r welcome sometime it happens – Balaswamy Vaddeman Apr 02 '12 at 10:18
-
Possible duplicate of [How do I hide .class files from the Open Resource dialog in Eclipse?](https://stackoverflow.com/questions/2632419/how-do-i-hide-class-files-from-the-open-resource-dialog-in-eclipse) – рüффп Nov 08 '18 at 07:16