Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] resourceFilters Not Working in CDT

Hi,

unfortunately the Project Explorer does not consider filters defined
by extending "org.eclipse.ui.ide.resourceFilters".

See also 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226046
https://bugs.eclipse.org/bugs/show_bug.cgi?id=208802

Instead you can use extension-point
"org.eclipse.ui.navigator.navigatorContent"
to define additional filters for the Project Explorer.

HTH,
Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Karol Krizka
> Sent: Thursday, June 26, 2008 12:46 AM
> To: CDT General developers list.
> Subject: [cdt-dev] resourceFilters Not Working in CDT
> 
> Hi all,
> 
> The build system that I am writing a CDT plugin creates several build
> directories in the project folder, which then gets picked up
> automatically by Eclipse and displayed in the Project Explorer view. I
> would like to hide them from the view of the user and
> org.eclipse.ui.ide.resourceFilters seems to be the correct way to do
> it, if I'm not mistaken. I defined a few filters, like including *.cxx
> for testing. However when I run the plugin, I cannot find any of them
> in the Customize View->Filters tab of the Project Explorer.
> 
> Is there an alteranate way to accomplish what I'm trying to do?
> 
> --
> Cheers,
> Karol Krizka
> http://www.krizka.net
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top