Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-04-15 14:47:29 +0000
committerDarin Wright2008-04-15 14:47:29 +0000
commit1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db (patch)
tree01c17966778e030743f85f1dbdb69069a283b3ed /org.eclipse.debug.ui/plugin.xml
parentb0e3cdfd6bd42802de9992a59f5d759991a63781 (diff)
downloadeclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.tar.gz
eclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.tar.xz
eclipse.platform.debug-1cc0c4ea83f3ddcb49efcda6b5dbe201c5aa92db.zip
Bug 191625 - Undefined context while filtering dialog/window contexts
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 1f0f9c3a5..637e25a59 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2383,6 +2383,12 @@ M4 = Platform-specific fourth key
id="org.eclipse.debug.ui.debugging"
parentId="org.eclipse.ui.contexts.window">
</context>
+ <context
+ description="%ActionContext.breakpointsview.description"
+ id="org.eclipse.debug.ui.BreakpointView"
+ name="%ActionContext.breakpointsview.name"
+ parentId="org.eclipse.ui.contexts.window">
+ </context>
<context
name="%Context.console.name"
description="%Context.console.description"

Back to the top