Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-03-03 17:29:10 +0000
committerDarin Wright2004-03-03 17:29:10 +0000
commit90966806bd7550d92026c91cade584e975c488c6 (patch)
treec573bc0bc11e8a71f0c48e7b0a6ba88f92ef1297 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
parente4e9229beebbaf8bccd8234acba89ead2903c31e (diff)
downloadeclipse.platform.debug-90966806bd7550d92026c91cade584e975c488c6.tar.gz
eclipse.platform.debug-90966806bd7550d92026c91cade584e975c488c6.tar.xz
eclipse.platform.debug-90966806bd7550d92026c91cade584e975c488c6.zip
Bug 53640 - Registers view
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
index 1d4b056a7..0a7acc7a6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * QNX Software Systems - Mikhail Khodjaiants - Registers View (Bug 53640)
*******************************************************************************/
package org.eclipse.debug.internal.ui;
@@ -53,6 +54,7 @@ public interface IDebugHelpContextIds {
public static final String BREAKPOINT_VIEW = PREFIX + "breakpoint_view_context"; //$NON-NLS-1$
public static final String EXPRESSION_VIEW = PREFIX + "expression_view_context"; //$NON-NLS-1$
public static final String LAUNCH_CONFIGURATION_VIEW = PREFIX + "launch_configuration_view_context"; //$NON-NLS-1$
+ public static final String REGISTERS_VIEW = PREFIX + "registers_view_context"; //$NON-NLS-1$
// Preference pages
public static final String DEBUG_PREFERENCE_PAGE = PREFIX + "debug_preference_page_context"; //$NON-NLS-1$

Back to the top