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:15:52 +00:00
parent 1046313fe3
commit 7809513486

View file

@ -54,6 +54,7 @@ public interface ISystemContextMenuConstants
* RSE Views: Remote Systems, Remote System Details, Monitor, and Scratchpad * RSE Views: Remote Systems, Remote System Details, Monitor, and Scratchpad
* Note: This does does not work with dialog's which have the SystemView * Note: This does does not work with dialog's which have the SystemView
* embedded in them. * embedded in them.
* @since 3.1
*/ */
public static final String RSE_CONTEXT_MENU = "org.eclipse.rse.views.common"; //$NON-NLS-1$ public static final String RSE_CONTEXT_MENU = "org.eclipse.rse.views.common"; //$NON-NLS-1$