1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[242431] Register a new unique context menu id, so contributions can be made to all our views

This commit is contained in:
Kevin Doyle 2008-11-12 16:39:07 +00:00
parent 7809513486
commit 55f6319a3f

View file

@ -43,6 +43,8 @@ import org.eclipse.ui.IWorkbenchActionConstants;
* menu.add(new Separator(ISystemContextMenuConstants.GROUP_TEAM)); // Team * menu.add(new Separator(ISystemContextMenuConstants.GROUP_TEAM)); // Team
* menu.add(new Separator(ISystemContextMenuConstants.GROUP_PROPERTIES)); // Properties * menu.add(new Separator(ISystemContextMenuConstants.GROUP_PROPERTIES)); // Properties
* </code></pre> * </code></pre>
*
* @noimplement This interface is not intended to be implemented by clients.
*/ */
public interface ISystemContextMenuConstants public interface ISystemContextMenuConstants
{ {