Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to add Filters to Navigator view ?
How to add Filters to Navigator view ? [message #169] Thu, 17 April 2003 17:43 Go to next message
Eclipse UserFriend
Originally posted by: ivar_vasara.cbc.ca

Hello Eclipsistas,

I'd like to be able to filter certain resources from my navigator view.
Using the navigator menu, I can select existing filters (*.class and .*
by default) but I can't find any place where I can define my own...
The help file (*) doesn't address this either, simply directing me to
select an existing filter..

* relevant help page
http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.user/tasks/tasks-48b.htm


Sincerely,
Ivar


p.s. I realize that this forum has been labeled as the discussion forum
for plugin development, but this forum's name also suggests this is the
best place for generic workbench questions such as this.. perhaps a more
clearly labeled hierachy would be better ? eg:
eclipse.platform.plugins
eclipse.platform.workbench
etc..
Re: How to add Filters to Navigator view ? [message #182 is a reply to message #169] Thu, 17 April 2003 18:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mccull1NOSPAMPLEASE.us.ibm.com

"Ivar Vasara" <ivar_vasara@cbc.ca> wrote in message
news:b7moku$j2v$1@rogue.oti.com...
> Hello Eclipsistas,
>
> I'd like to be able to filter certain resources from my navigator view.
> Using the navigator menu, I can select existing filters (*.class and .*
> by default) but I can't find any place where I can define my own...
> The help file (*) doesn't address this either, simply directing me to
> select an existing filter..
<SNIP>

The only way to do this currently is to write a plugin that defines a new
filter. Such a plugin could be just a plugin.xml file (you do not need
code). See the docs for the appropriate extension point.

> p.s. I realize that this forum has been labeled as the discussion forum
> for plugin development, but this forum's name also suggests this is the
> best place for generic workbench questions such as this.. perhaps a more
> clearly labeled hierachy would be better ? eg:
> eclipse.platform.plugins
> eclipse.platform.workbench
> etc..

Let's not open that can of worms again :) We'll just have to make do...

-Andrew
Re: How to add Filters to Navigator view ? [message #225 is a reply to message #182] Fri, 18 April 2003 04:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ed.burnette.REMOVE.THIS.sas.com

The appropriate extension point in this case being
org.eclipse.ui.resourceFilters.

--
Ed Burnette, co-author Eclipse in Action (www.manning.com)


"Andrew McCullough" <mccull1NOSPAMPLEASE@us.ibm.com> wrote in message
news:b7mpn7$k63$1@rogue.oti.com...
>
> See the docs for the appropriate extension point.
Re: How to add Filters to Navigator view ? [message #243 is a reply to message #169] Fri, 18 April 2003 15:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: knut_radloff.oti.com

"Ivar Vasara" <ivar_vasara@cbc.ca> wrote in message news:b7moku$j2v$1@rogue.oti.com...
> Hello Eclipsistas,
>
> I'd like to be able to filter certain resources from my navigator view.
> Using the navigator menu, I can select existing filters (*.class and .*
> by default) but I can't find any place where I can define my own...

Like Andrew writes, you can't define your own filters without writing code.
See also http://bugs.eclipse.org/bugs/show_bug.cgi?id=1970

Knut
Re: In AGR While Creating Datapool, "Link to Datapool" is not visible [message #1788247] Wed, 30 May 2018 16:26 Go to previous messageGo to next message
Eclipse UserFriend
1
Re: Eclipse Chapter in Maven Book [message #1820495] Wed, 22 January 2020 02:20 Go to previous message
Eclipse UserFriend
1
Previous Topic:Eclipse does not accept https certificate
Next Topic:How to get Package Explorer to indicate when a Java source files (.java) contains a deprecated class
Goto Forum:
  


Current Time: Wed Apr 24 19:27:23 GMT 2024

Powered by FUDForum. Page generated in 0.03033 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top