mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Removed modules view related constants.
This commit is contained in:
parent
a43e948e25
commit
c9028aceb8
1 changed files with 0 additions and 11 deletions
|
@ -35,15 +35,4 @@ public interface ICDebugPreferenceConstants {
|
|||
* Boolean preference controlling whether primitive types types display char values.
|
||||
*/
|
||||
public static final String PREF_SHOW_CHAR_VALUES = ICDebugUIConstants.PLUGIN_ID + ".cDebug.showCharValues"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* The orientation of the detail view in the ModulesView
|
||||
*/
|
||||
public static final String MODULES_DETAIL_PANE_ORIENTATION = "Modules.detail.orientation"; //$NON-NLS-1$
|
||||
|
||||
public static final String MODULES_DETAIL_PANE_RIGHT = "Modules.detail.orientation.right"; //$NON-NLS-1$
|
||||
|
||||
public static final String MODULES_DETAIL_PANE_UNDERNEATH = "Modules.detail.orientation.underneath"; //$NON-NLS-1$
|
||||
|
||||
public static final String MODULES_DETAIL_PANE_HIDDEN = "Modules.detail.orientation.hidden"; //$NON-NLS-1$
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue