Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:57 Go to next message
Justin Edelson is currently offline Justin EdelsonFriend
Messages: 3
Registered: July 2009
Junior Member
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 09:46 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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: Fri Apr 19 14:45:24 GMT 2024

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

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

Back to the top