From 1c07202958c77013ecade0a2090f06dd5125426c Mon Sep 17 00:00:00 2001 From: Michael Rennie Date: Fri, 13 Jan 2006 20:23:55 +0000 Subject: bug fix for113772 --- .../org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java') 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 fbf6ea295..d14e66cec 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 @@ -128,6 +128,13 @@ public interface IInternalDebugUIConstants { */ public static final String PREF_FILTER_LAUNCH_DELETED = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_LAUNCH_DELETED"; //$NON-NLS-1$ + /** + * Preference for prompting if launch configurations should be deleted when a project they are linked to is deleted + * @see LaunchManager#preDelete(IProject) + * @since 3.2 + */ + public static final String PREF_DELETE_CONFIGS_ON_PROJECT_DELETE =IDebugUIConstants.PLUGIN_ID +".PREF_DELETE_CONFIGS_ON_PROJECT_DELETE"; //$NON-NLS-1$ + /** * Preference for enabling/disabling filtering based on selected items from the launch configuration type table * @since 3.2 -- cgit v1.2.3