Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2008-02-20 18:47:01 +0000
committerSamantha Chan2008-02-20 18:47:01 +0000
commit3c045f31750983b092ffe02f02a2f48a6f93209f (patch)
tree5f8583c0a5f7e15b5bde79ff3fe81188b4114800 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
parent48bf2c9db202d7b73be3f6e593848b2861bd1a7a (diff)
downloadeclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.gz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.tar.xz
eclipse.platform.debug-3c045f31750983b092ffe02f02a2f48a6f93209f.zip
Bug 211158 - Add a modules view to the set of standard debugger views
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
index 62d908fcf..571e7e750 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
@@ -8,6 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
* QNX Software Systems - Mikhail Khodjaiants - Bug 114664
+ * Wind River Systems - Pawel Piech - Added Modules view (bug 211158)
*******************************************************************************/
package org.eclipse.debug.internal.ui;
@@ -324,6 +325,14 @@ public interface IInternalDebugUIConstants {
* @since 3.0
* */
public static final String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$
+
+
+ /**
+ * Modules view image identifier
+ *
+ * @since 3.4
+ * */
+ public static final String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the debug view tracks

Back to the top