Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ How do I show/hide files like classpath in the Navigator?

Revision as of 14:42, 14 March 2006 by Claffra (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use the menu for Navigator: the small triangle in the Navigator title bar. Select Filters... and check the type of files you want to hide. This technique also applies to the JDT’s Package Explorer.


If your plug-in must store metadata in the project content area, consider adding a filter to this list, using the org.eclipse.ui.ide.resourceFilters extension point. The filter specifies a file name pattern and a Boolean attribute specifying whether the filter should be on by default. As an example, the Java development tools add a filter using this mechanism to hide Java class files generated by the compiler.



See Also:

FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer?

Back to the top