Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-11-21 21:07:28 +0000
committerSamantha Chan2005-11-21 21:07:28 +0000
commitf69bc03cb7d7f750a975c10e17dccbf7f37f2a6f (patch)
tree2fd561bbdee8052487e3b48d3f7fd74ee3778110 /org.eclipse.debug.ui/plugin.xml
parent7842428bbb2936a60383568502a832284013c1c6 (diff)
downloadeclipse.platform.debug-f69bc03cb7d7f750a975c10e17dccbf7f37f2a6f.tar.gz
eclipse.platform.debug-f69bc03cb7d7f750a975c10e17dccbf7f37f2a6f.tar.xz
eclipse.platform.debug-f69bc03cb7d7f750a975c10e17dccbf7f37f2a6f.zip
Bug 114093 - [EditorMgmt] Prompted to save files which do not affect a build
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 500a8a5e1..b6ded0e31 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1516,6 +1516,11 @@
code="203"
class="org.eclipse.debug.internal.ui.launchConfigurations.CompileErrorProjectPromptStatusHandler"
id="org.eclipse.debug.ui.statusHandler.compileErrorProjectPromptStatusHandler"
+ plugin="org.eclipse.debug.core"/>
+ <statusHandler
+ class="org.eclipse.debug.internal.ui.launchConfigurations.SaveScopeResourcesHandler"
+ code="222"
+ id="org.eclipse.debug.ui.statusHandler.saveScopedResources"
plugin="org.eclipse.debug.core"/>
</extension>
<extension

Back to the top