eclipse-plugin-commander icon indicating copy to clipboard operation
eclipse-plugin-commander copied to clipboard

Allow filtering out derived resources in Finder

Open knutwannheden opened this issue 8 years ago • 3 comments

It would be nice if it would be possible to exclude derived resources in the Finder. Much like the "Show Derived Resources" button in the Eclipse "Open Resource" dialog.

knutwannheden avatar Dec 15 '17 10:12 knutwannheden

image

paulvi avatar May 02 '18 06:05 paulvi

@knutwannheden derived resource are already filtered. Do you have an example of a specific derived resource that is not filtered?

Keep in mind, that Finder currently is a combination of open type and open resource. Could it be that you are seeing the classes that are part of the project classpath?

d-akara avatar May 12 '18 17:05 d-akara

image

Like shown in the picture above, .class files are showing from target folder. And the same file is listed from the parent folder. Using active working set, I usually exclude files from the parent project.

manojp1988 avatar Jul 17 '20 11:07 manojp1988