Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-09-20 20:06:47 +0000
committerDarin Wright2003-09-20 20:06:47 +0000
commita5e54d47a8884c041a10297d2fe73b59d994c1b0 (patch)
tree5d74e2ad672f1900e7fe5a295e5b717550223252 /org.eclipse.debug.ui/plugin.xml
parent5cf1a87a580e19ee88f6d0b8ca668881bdfb7699 (diff)
downloadeclipse.platform.debug-a5e54d47a8884c041a10297d2fe73b59d994c1b0.tar.gz
eclipse.platform.debug-a5e54d47a8884c041a10297d2fe73b59d994c1b0.tar.xz
eclipse.platform.debug-a5e54d47a8884c041a10297d2fe73b59d994c1b0.zip
bug 43334 - Refresh tab always needs "apply" when working set specified
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 063771583..accb1e137 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -33,6 +33,7 @@
<extension-point id="launchShortcuts" name="%LaunchShortcutsName" schema="schema/launchShortcuts.exsd"/>
<extension-point id="objectBrowsers" name="%ObjectBrowsersName"/>
<extension-point id="launchVariableComponents" name="%LaunchVariableComponentsName"/>
+ <extension-point id="stringVariablePresentations" name="%StringVariablePresentationsName"/>
<!-- Extensions -->
<extension
@@ -1397,4 +1398,15 @@
</variable>
</extension>
+<!-- Launch Config Comparators -->
+ <extension
+ point="org.eclipse.debug.core.launchConfigurationComparators">
+ <launchConfigurationComparator
+ attribute="org.eclipse.debug.core.ATTR_REFRESH_SCOPE"
+ class="org.eclipse.debug.internal.ui.launchConfigurations.WorkingSetComparator"
+ id="org.eclipse.debug.ui.workingSetComparator">
+ </launchConfigurationComparator>
+ </extension>
+
+
</plugin>

Back to the top