mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
[246005] Added a todo comment.
This commit is contained in:
parent
47fe10a03a
commit
cefb06a952
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@ public interface IDsfDebugUIConstants {
|
|||
/** Unloaded Shared library symbols image identifier. */
|
||||
public static final String IMG_OBJS_SHARED_LIBRARY_SYMBOLS_UNLOADED = "icons/library_obj.gif"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
/*
|
||||
* The orientation of the detail view in the VariablesView
|
||||
* Note: these constants should be removed from API. See bug 246005.
|
||||
*/
|
||||
public static final String VARIABLES_DETAIL_PANE_ORIENTATION = "Variables.detail.orientation"; //$NON-NLS-1$
|
||||
public static final String EXPRESSIONS_DETAIL_PANE_ORIENTATION = "Expressions.detail.orientation"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue