Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java144
1 files changed, 72 insertions, 72 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
index c6061e58c..7188985c2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/IDebugPreferenceConstants.java
@@ -15,12 +15,12 @@ package org.eclipse.debug.internal.ui.preferences;
import org.eclipse.debug.ui.IDebugUIConstants;
-
+
/**
* Constants defining the keys to be used for accessing preferences
* inside the debug ui plugin's preference bundle.
*
- * In descriptions (of the keys) below describe the preference
+ * In descriptions (of the keys) below describe the preference
* stored at the given key. The type indicates type of the stored preferences
*
* The preference store is loaded by the plugin (DebugUIPlugin).
@@ -36,57 +36,57 @@ public interface IDebugPreferenceConstants {
public static final String CONSOLE_SYS_OUT_COLOR= "org.eclipse.debug.ui.outColor"; //$NON-NLS-1$
public static final String CONSOLE_SYS_IN_COLOR= "org.eclipse.debug.ui.inColor"; //$NON-NLS-1$
public static final String CONSOLE_BAKGROUND_COLOR= "org.eclipse.debug.ui.consoleBackground"; //$NON-NLS-1$
-
+
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_UNKNOWN_COLOR instead
*/
@Deprecated
public static final String MEMORY_VIEW_UNBUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewLineColor"; //$NON-NLS-1$
-
+
/**
* @deprecated use IDebugUIConstants.PREF_MEMORY_HISTORY_KNOWN_COLOR instead
*/
@Deprecated
public static final String MEMORY_VIEW_BUFFERED_LINE_COLOR = IDebugUIConstants.PLUGIN_ID + ".MemoryViewBufferedLineColor"; //$NON-NLS-1$
-
+
/**
* (boolean) Whether or not the text in the console will wrap
*/
public static final String CONSOLE_WRAP= "Console.wrap"; //$NON-NLS-1$
-
+
/**
- * (int) The maximum console character width, if wrapping.
- */
+ * (int) The maximum console character width, if wrapping.
+ */
public static final String CONSOLE_WIDTH = "Console.width"; //$NON-NLS-1$
-
+
/**
- * (boolean) Whether or not the console view is shown
+ * (boolean) Whether or not the console view is shown
* when there is program output.
*/
public static final String CONSOLE_OPEN_ON_OUT= "DEBUG.consoleOpenOnOut"; //$NON-NLS-1$
/**
- * (boolean) Whether or not the console view is shown
+ * (boolean) Whether or not the console view is shown
* when there is program error.
*/
public static final String CONSOLE_OPEN_ON_ERR= "DEBUG.consoleOpenOnErr"; //$NON-NLS-1$
-
+
/**
* Console buffer high and low water marks
*/
public static final String CONSOLE_LIMIT_CONSOLE_OUTPUT = "Console.limitConsoleOutput"; //$NON-NLS-1$
- public static final String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
+ public static final String CONSOLE_LOW_WATER_MARK = "Console.lowWaterMark"; //$NON-NLS-1$
public static final String CONSOLE_HIGH_WATER_MARK = "Console.highWaterMark"; //$NON-NLS-1$
-
+
/**
* Integer preference specifying the number of spaces composing a
* tab in the console.
- *
+ *
* @since 3.0
*/
public static final String CONSOLE_TAB_WIDTH= "Console.console_tab_width"; //$NON-NLS-1$
-
-
-
+
+
+
/**
* The orientation of the detail view in the VariablesView
*/
@@ -99,16 +99,16 @@ public interface IDebugPreferenceConstants {
public static final String VARIABLES_DETAIL_PANE_UNDERNEATH = "Variables.detail.orientation.underneath"; //$NON-NLS-1$
public static final String VARIABLES_DETAIL_PANE_HIDDEN = "Variables.detail.orientation.hidden"; //$NON-NLS-1$
public static final String VARIABLES_DETAIL_PANE_AUTO = "Variables.detail.orientation.auto"; //$NON-NLS-1$
-
+
/**
* Memento for the last selected launch config in the
* launch config dialog.
- *
+ *
* @deprecated no longer supported
*/
@Deprecated
public static final String PREF_LAST_LAUNCH_CONFIGURATION_SELECTION = IDebugUIConstants.PLUGIN_ID + ".lastLaunchConfigSelection"; //$NON-NLS-1$
-
+
/**
* The maximum size of the launch history list
*/
@@ -122,36 +122,36 @@ public interface IDebugPreferenceConstants {
* @since 2.1
*/
public static final String PREF_DETAIL_PANE_WORD_WRAP = IDebugUIConstants.PLUGIN_ID + ".detail_pane_word_wrap"; //$NON-NLS-1$
-
+
/**
* Column size preference for the Memory View
- *
+ *
* @since 3.0
*/
public static final String PREF_COLUMN_SIZE = "org.eclipse.debug.ui.memory.columnSize"; //$NON-NLS-1$
-
+
/**
* Default column size for the Memory View
- *
+ *
* @since 3.0
*/
public static final int PREF_COLUMN_SIZE_DEFAULT = 4;
-
-
+
+
/**
* Row size preference for Memory View
- *
+ *
* @since 3.2
*/
public static final String PREF_ROW_SIZE = "org.eclipse.debug.ui.memory.rowSize"; //$NON-NLS-1$
-
+
/**
* Default row size for the Memory View
- *
+ *
* @since 3.2
*/
public static final int PREF_ROW_SIZE_DEFAULT = 16;
-
+
/**
* Stores the boolean preference of whether to prompt when removing all breakpoints.
* @since 3.3
@@ -161,64 +161,64 @@ public interface IDebugPreferenceConstants {
/**
* Stores the boolean preference of whether to prompt when removing all
* breakpoints.
- *
+ *
* @since 3.11
*/
public static final String PREF_PROMPT_REMOVE_ALL_TRIGGER_BREAKPOINTS = IDebugUIConstants.PLUGIN_ID + ".remove_all_trigger_breakpoints_prompt"; //$NON-NLS-1$
-
+
/**
- * stores the boolean preference of whether or not to prompt when removing all of the breakpoints
+ * stores the boolean preference of whether or not to prompt when removing all of the breakpoints
* from a breakpoints container.
- * @since 3.3
+ * @since 3.3
*/
public static final String PREF_PROMPT_REMOVE_BREAKPOINTS_FROM_CONTAINER = IDebugUIConstants.PLUGIN_ID + ".remove_breakpoints_from_container_prompt"; //$NON-NLS-1$
-
+
/**
* Stores the boolean preference of whether to prompt when removing all expressions.
* @since 3.5
*/
public static final String PREF_PROMPT_REMOVE_ALL_EXPRESSIONS = IDebugUIConstants.PLUGIN_ID + ".remove_all_expressions_prompt"; //$NON-NLS-1$
-
+
/**
* Default padded string for renderings
- *
+ *
* @since 3.1
*/
public static final String PREF_PADDED_STR_DEFAULT = "??"; //$NON-NLS-1$
-
+
/**
* Default ASCII code page if ASCII code page preference is not set.
* @since 3.1
*/
public static final String DEFAULT_ASCII_CP = "CP1252"; //$NON-NLS-1$
-
-
+
+
/**
* Default EBCDIC code page if EBCDIC code page preference is not set.
* @since 3.1
*/
public static final String DEFAULT_EBCDIC_CP = "CP037"; //$NON-NLS-1$
-
+
/**
* Preference to determine if table rendering should dynamically load
* memory as the user scrolls
- *
+ *
* @since 3.1
*/
public static final String PREF_DYNAMIC_LOAD_MEM = "org.eclpise.debug.ui.memory.dynamicLoad"; //$NON-NLS-1$
-
-
+
+
/**
* Size of buffer in a table rendering when dynamic loading mode is off.
- *
+ *
* @since 3.1
*/
public static final String PREF_TABLE_RENDERING_PAGE_SIZE = "org.eclispe.debug.ui.memory.pageSize"; //$NON-NLS-1$
-
+
/**
* Default page size when dynamic loading mode is off. This preference is stored
* in number of lines.
- *
+ *
* @since 3.1
*/
public static final int DEFAULT_PAGE_SIZE = 20;
@@ -227,89 +227,89 @@ public interface IDebugPreferenceConstants {
* Possible values:
* - RESET_AL - reset all renderings regardless if they are visible or not
* - RESET_VISIBLE - reset visible renderings
- *
+ *
* @since 3.2
*/
public static final String PREF_RESET_MEMORY_BLOCK = IDebugUIConstants.PLUGIN_ID + ".reset_memory_block"; //$NON-NLS-1$
-
+
/**
* Constant to indicate that the memory view will reset all memory renderings when the reset
* memory monitor action is invoked.
- *
+ *
* @since 3.2
*/
public static final String RESET_ALL = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.all"; //$NON-NLS-1$
-
-
+
+
/**
* Constant to indicate that the memory view will reset visible memory renderings when
* the reset memory monitor action is invoked
- *
+ *
* @since 3.2
*/
public static final String RESET_VISIBLE = IDebugUIConstants.PLUGIN_ID + "resetMemoryBlock.visible"; //$NON-NLS-1$
-
+
/**
* Preference identifier for the row size in a table rendering.
- * This preference is expected to be saved by an </code>IPersistableDebugElement</code>.
+ * This preference is expected to be saved by an </code>IPersistableDebugElement</code>.
* Memory Blocks can optionally provide and save this preference to customize
* the initial format of a table rendering.
- *
+ *
* The value of this property is an Integer. The value can be one of the
- * following values: 1, 2, 4, 8, 16. This value must be greater than
+ * following values: 1, 2, 4, 8, 16. This value must be greater than
* <code>PREF_COL_SIZE_BY_MODEL</code> and must also be divisible by <code>PREF_COL_SIZE_BY_MODEL</code>.
- *
+ *
* @since 3.2
*/
public static final String PREF_ROW_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.rowSize"; //$NON-NLS-1$
/**
* Preference identifier for the column size in a table rendering.
- * This preference is expected to be saved by an <code>IPersistableDebugElement</code>.
+ * This preference is expected to be saved by an <code>IPersistableDebugElement</code>.
* Memory Blocks can optionally provide and save this preference to customize
* the initial format of a table rendering.
- *
+ *
* The value of this property is an Integer. The value can be one of the
* following values: 1, 2, 4, 8, 16. This value must be smaller than
* <code>PREF_ROW_SIZE_BY_MODEL</code>. <code>PREF_ROW_SIZE_BY_MODEL</code> must be divisible by <code>PREF_COL_SIZE_BY_MODEL</code>.
- *
+ *
* @since 3.2
*/
public static final String PREF_COL_SIZE_BY_MODEL = "org.eclipse.debug.ui.AbstractTableRendering.colSize"; //$NON-NLS-1$
-
+
/**
* Number of lines to preload before the visible region in the table rendering
- *
+ *
* @since 3.3
*/
public static final String PREF_TABLE_RENDERING_PRE_BUFFER_SIZE = "org.eclispe.debug.ui.memory.preBufferSize"; //$NON-NLS-1$
-
+
/**
* Number of lines to preload after the visible region in the table rendering
- *
+ *
* @since 3.3
*/
public static final String PREF_TABLE_RENDERING_POST_BUFFER_SIZE = "org.eclispe.debug.ui.memory.postBufferSize"; //$NON-NLS-1$
/**
* The layout mode in Debug view.
- *
+ *
* @since 3.5
*/
public static final String DEBUG_VIEW_MODE = "org.eclispe.debug.ui.Debug_view.mode"; //$NON-NLS-1$
public static final String DEBUG_VIEW_MODE_AUTO = "Debug_view.mode.auto"; //$NON-NLS-1$
public static final String DEBUG_VIEW_MODE_COMPACT = "Debug_view.mode.compact"; //$NON-NLS-1$
public static final String DEBUG_VIEW_MODE_FULL = "Debug_view.mode.full"; //$NON-NLS-1$
-
+
/**
- * Preference whether to auto-expand in the breadcrumb drop-down viewers.
- *
+ * Preference whether to auto-expand in the breadcrumb drop-down viewers.
+ *
* @since 3.5
*/
public static final String DEBUG_VIEW_BREADCRUMB_AUTO_EXPAND_DROP_DOWN = "org.eclispe.debug.ui.Debug_view.Breadcrumb.dropDownAutoexpand"; //$NON-NLS-1$
-
+
/**
* Perspectives in which the debug toolbar is hidden.
- *
+ *
* @since 3.8
*/
public static final String DEBUG_VIEW_TOOLBAR_HIDDEN_PERSPECTIVES = "org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives"; //$NON-NLS-1$

Back to the top