Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] Navigator Filtering

Rod,

Sorry, there is no way around this other than deleting or editing the 
workbench.xml.
Please enter a bug report against Platform-UI.  However, we will not be 
able to address this for 2.0.

Thanks,
Nick






Rod Iversen <riversen@xxxxxxxxxxxx>
Sent by: platform-core-dev-admin@xxxxxxxxxxx
06/13/02 11:27 AM
Please respond to platform-core-dev

 
        To:     platform-core-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-core-dev] Navigator Filtering


I have received no response from this on the newsgroups, so I'll try
here.

I have a plugin which adds a filter extension to the navigator as
follows:

    <extension point="org.eclipse.ui.resourceFilters">
        <filter pattern=".foo*" selected="true" />
    </extension>

If the Eclipse workbench hasn't been opened before (i.e. no workspace
metadata), the extension is automatically filtered. However, if there
already is metadata, the extension isn't automatically filtered. It
seems that once Eclipse has been opened for the first time, the default
filter selection is stored in the workspace.xml file in the metadata
plugin directory org.eclipse.ui.

Is there some way to force Eclipse to automatically select  my filter
extension after the Eclipse workbench  has already been opened once? If
so, will it work for WSAD also?

Rod



_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-core-dev





Back to the top