mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
[232126] [api] type attribute of SystemFilter is not restored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232126
This commit is contained in:
parent
222f63ecc3
commit
ad938e2a5d
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ public interface IRSEDOMConstants {
|
|||
public static final String ATTRIBUTE_STRINGS_NON_CHANGABLE = "stringsNonChangable"; //$NON-NLS-1$
|
||||
public static final String ATTRIBUTE_RELEASE = "release"; //$NON-NLS-1$
|
||||
public static final String ATTRIBUTE_SINGLE_FILTER_STRING_ONLY = "singleFilterStringOnly"; //$NON-NLS-1$
|
||||
/**
|
||||
* A constant that specifies the filter type attribute in the DOM structure.
|
||||
* Value "filterType".
|
||||
* @since org.eclipse.rse.core 3.0
|
||||
*/
|
||||
public static final String ATTRIBUTE_FILTER_TYPE = "filterType"; //$NON-NLS-1$
|
||||
|
||||
// server launcher attributes
|
||||
|
|
Loading…
Add table
Reference in a new issue