mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05: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:
parent
7809513486
commit
55f6319a3f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue