How do I hide .java files from the Open Resource dialog in Eclipse? -
in ideal world should able filter pattern or @ least file extension. never want open .java files in open resource, there's separate window called open type that.
i saw this, it's not general solution: how hide .class files open resource dialog in eclipse? cannot mark .java files derived, because they're not!
go
project -> properties -> resource -> resource filters -> add
there select: exclude all, folders, children (recursive)
name matches: .java
that should trick.
regards, kayz
Comments
Post a Comment