Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonkarns/eclipse-filters
Eclipse Plugin providing additional file filters for the Project and Navigator views.
https://github.com/jasonkarns/eclipse-filters
Last synced: 5 days ago
JSON representation
Eclipse Plugin providing additional file filters for the Project and Navigator views.
- Host: GitHub
- URL: https://github.com/jasonkarns/eclipse-filters
- Owner: jasonkarns
- Created: 2010-02-12T02:28:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-02-24T03:55:28.000Z (over 14 years ago)
- Last Synced: 2024-10-11T07:14:03.333Z (28 days ago)
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Eclipse Filters
===============This plugin allows you to easily add additional file filter patterns to Eclipse's Project and Navigator views.
There is currently no UI for adding filters via Eclipse, but adding your own patterns is a simple matter. See 'Customization'.Installation
------------To install, simply download the directory com.jasonkarns.eclipse.filters as well as its plugin.xml file. Then simply drop this folder into your Eclipse installation's plugins directory. Restart Eclipse and you'll have new filters in your views.
Defaults
--------By default, this plugin adds the following filter patterns:
- .svn
- .git
- .project
- Thumbs.dbCustomization
-------------To add your own filter patterns, simply add additional `filter` elements to the `extension` element in plugin.xml.
Patterns may use `*` and `?` wildcards.[Eclipse Documentation](http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/extension-points/org_eclipse_ui_ide_resourceFilters.html)
Todo
----Create a UI for adding/removing custom filters directly through Eclipse.