org.eclipse.cdt.debug.internal.ui.preferences
Interface ICDebugPreferenceConstants


public interface ICDebugPreferenceConstants

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 stored at the given key. The type indicates type of the stored preferences The preference store is loaded by the plugin (CDebugUIPlugin).

See Also:
- for initialization of the store

Field Summary
static java.lang.String MODULES_DETAIL_PANE_HIDDEN
           
static java.lang.String MODULES_DETAIL_PANE_ORIENTATION
          The orientation of the detail view in the ModulesView
static java.lang.String MODULES_DETAIL_PANE_RIGHT
           
static java.lang.String MODULES_DETAIL_PANE_UNDERNEATH
           
static java.lang.String PREF_SHOW_CHAR_VALUES
          Boolean preference controlling whether primitive types types display char values.
static java.lang.String PREF_SHOW_FULL_PATHS
          Boolean preference controlling whether the debugger shows full paths.
static java.lang.String PREF_SHOW_HEX_VALUES
          Boolean preference controlling whether primitive types types display hexidecimal values.
 

Field Detail

PREF_SHOW_FULL_PATHS

static final java.lang.String PREF_SHOW_FULL_PATHS
Boolean preference controlling whether the debugger shows full paths. When true the debugger will show full paths in newly opened views.


PREF_SHOW_HEX_VALUES

static final java.lang.String PREF_SHOW_HEX_VALUES
Boolean preference controlling whether primitive types types display hexidecimal values.


PREF_SHOW_CHAR_VALUES

static final java.lang.String PREF_SHOW_CHAR_VALUES
Boolean preference controlling whether primitive types types display char values.


MODULES_DETAIL_PANE_ORIENTATION

static final java.lang.String MODULES_DETAIL_PANE_ORIENTATION
The orientation of the detail view in the ModulesView

See Also:
Constant Field Values

MODULES_DETAIL_PANE_RIGHT

static final java.lang.String MODULES_DETAIL_PANE_RIGHT
See Also:
Constant Field Values

MODULES_DETAIL_PANE_UNDERNEATH

static final java.lang.String MODULES_DETAIL_PANE_UNDERNEATH
See Also:
Constant Field Values

MODULES_DETAIL_PANE_HIDDEN

static final java.lang.String MODULES_DETAIL_PANE_HIDDEN
See Also:
Constant Field Values