Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Disable Package Explorer .* filter in plugin?(Is it possible to disable the default .* filter in the Package Explorer via a plugin?)
Disable Package Explorer .* filter in plugin? [message #967476] Thu, 01 November 2012 15:57 Go to next message
Eclipse UserFriend
I'm writing an Eclipse plugin to interact with a system which depends upon files whose name starts with a "." character. The default configuration for the Package Explorer has a filter which hides these files. Which makes sense in the normal case.

I've implemented the org.eclipse.jdt.ui.javaElementFilters extension point with a new filter which hides all .* files EXCEPT the ones I don't want to hide.

However, the default .* is still enabled and will be until a user goes an manually disables it.

Is there a way to disable this by default from my plugin?

Thanks
Re: Disable Package Explorer .* filter in plugin? [message #968228 is a reply to message #967476] Fri, 02 November 2012 05:46 Go to previous message
Eclipse UserFriend
On 01.11.2012 20:57, Justin Edelson wrote:
> I'm writing an Eclipse plugin to interact with a system which depends
> upon files whose name starts with a "." character. The default
> configuration for the Package Explorer has a filter which hides these
> files. Which makes sense in the normal case.
>
> I've implemented the org.eclipse.jdt.ui.javaElementFilters extension
> point with a new filter which hides all .* files EXCEPT the ones I
> don't want to hide.
>
> However, the default .* is still enabled and will be until a user goes
> an manually disables it.
>
> Is there a way to disable this by default from my plugin?
No.

Dani
>
> Thanks
Previous Topic:Autocomplete/SearchRequestor Expediency
Next Topic:Java Remote Publishing,Execution
Goto Forum:
  


Current Time: Sun May 18 00:55:27 EDT 2025

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

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

Back to the top