Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] What are the different groups under the team menu for?

That is the only purpose. The separators are created when the Team menu is 
created (i.e. by the team.ui plug-in), therefore it's not possible for 
other providers to add their own separators. So we create a bunch of 
groups, without giving them any semantics, and providers may use them as 
they wish. Note that since your actions will likely be filtered by project 
nature, they won't conflict with action contributions from other 
providers.

james





"Swenson, Anders" <aswenson@xxxxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
03/25/02 11:31 AM
Please respond to platform-ui-dev

 
        To:     "'platform-ui-dev@xxxxxxxxxxx'" <platform-ui-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-ui-dev] What are the different groups under the team menu for?

When you add your menu items to the context sensitive team menu in 
Eclipse,
do the different groups you can put them into have any explicit meaning?
For example I can add all my menu items as follows:

                         menubarPath = "team.main/group1"

thus making them all together with no separators.  Or I can change a few 
of
the group1 to group2 or 3 or 4...  Other than the line separator what is 
the
purpose of these separate groups?
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev





Back to the top