Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-02-07 17:34:58 +0000
committerDarin Wright2006-02-07 17:34:58 +0000
commitd4a4277642baf68a0952e12b371ad414e9a12f0b (patch)
treefc1e7ae6abafc0c2e86651ee437f0dcef6bc137f /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
parent685fcbbc1f7c221148f7689091249059ac49dc70 (diff)
downloadeclipse.platform.debug-d4a4277642baf68a0952e12b371ad414e9a12f0b.tar.gz
eclipse.platform.debug-d4a4277642baf68a0952e12b371ad414e9a12f0b.tar.xz
eclipse.platform.debug-d4a4277642baf68a0952e12b371ad414e9a12f0b.zip
Bug 124203 - View management with respect to debug context manager
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.java8
1 files changed, 7 insertions, 1 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 67ffc6fa7..8eade58fc 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
@@ -286,7 +286,13 @@ public interface IInternalDebugUIConstants {
* @since 3.0
*/
public static final String PREF_TRACK_VIEWS= IDebugUIConstants.PLUGIN_ID + ".track_views"; //$NON-NLS-1$
-
+
+ /**
+ * Comma separated list of view ids closed by the user, that have view context bindings.
+ * @since 3.2
+ */
+ public static final String PREF_USER_VIEW_BINDINGS = IDebugUIConstants.PLUGIN_ID + ".user_view_bindings"; //$NON-NLS-1$
+
/**
* Preference storing memento for the default breakpoint working set in
* the breakpoints view.

Back to the top