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

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





Back to the top