Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Some notes for those using the new Team support

Note also that this has the (mostly harmless) side-effect of hiding any 
legitimate file that ends in "cvs". But it's the best we can do until we 
get a real solution to this.

(Another approach is to filter pattern="CVS" and also pattern="*.CVS", 
which takes care of the package directories. It would lead to less false 
filters, but in most cases it shouldn't make any difference).

Thanks Knut.

james





knut_radloff@xxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
02/07/2002 10:55 AM
Please respond to platform-ui-dev

 
        To:     platform-ui-dev@xxxxxxxxxxx
        cc: 
        Subject:        Re: [platform-ui-dev] Some notes for those using the new Team support

I hacked the plugin.xml of org.eclipse.team.cvs.ui to add a filter for the 

packages view (that's where I work in most of the time - I hardly ever use 

the navigator). Just add the snippet below and the annoying CVS "packages" 

will go away.

        <extension point="org.eclipse.jdt.ui.javaElementFilters">
                <filter pattern="*CVS" selected="true"/> 
        </extension>





Tod_Creasey@xxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
02/07/02 07:52 AM
Please respond to platform-ui-dev

 
        To:     platform-ui-dev@xxxxxxxxxxx
        cc: 
        Subject:        Re: [platform-ui-dev] Some notes for those using 
the new Team support


The CVS directories are filtered out by default in the Navigator - I did
this and was able to keep working as normal.  But no such easy fix for the
TaskList.

Tod



 
                      knut_radloff@xxxxxxx 
                      Sent by:                       To: 
platform-ui-dev@xxxxxxxxxxx 
                      platform-ui-dev-admin@         cc: 
                      eclipse.org                    Subject: Re: 
[platform-ui-dev] Some notes for those using the 
                                                     new Team support 
 
 
                      2002/02/06 17:55 
                      Please respond to 
                      platform-ui-dev 
 
 



How do you filter out all the CVS directories?
The Navigator has a filter for the CVS directory, the package view
doesn't.
Defining a working set and deselecting every single CVS folder is
cumbersome. Is there a better way?

Knut





Tod_Creasey@xxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
02/06/02 12:07 PM
Please respond to platform-ui-dev


        To:     platform-ui-dev@xxxxxxxxxxx
        cc:
        Subject:        [platform-ui-dev] Some notes for those using the
new Team support

A couple of things to note about the new team support

1) Throw our your old workbench
2) You will get a pile of errors generated because of extra CVS files. If
you choose to filter on the selected resource and children you will be
fine
- these are not compilation errors.

Tod

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



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




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



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





Back to the top