Skip to main content

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

The correct mailing list would be platform-ui-dev but it seems more like a
bug report.

Rodrigo



                                                                                                                                    
                      Rod Iversen                                                                                                   
                      <riversen@xxxxxxxxxxxx>         To:       platform-core-dev@xxxxxxxxxxx                                       
                      Sent by:                        cc:                                                                           
                      platform-core-dev-admin@        Subject:  [platform-core-dev] Navigator Filtering                             
                      eclipse.org                                                                                                   
                                                                                                                                    
                                                                                                                                    
                      06/13/2002 11:27 AM                                                                                           
                      Please respond to                                                                                             
                      platform-core-dev                                                                                             
                                                                                                                                    
                                                                                                                                    




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