mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add #toString to ExtData for item order stability in the table
This commit is contained in:
parent
009d395fb7
commit
b2ab87de80
1 changed files with 4 additions and 0 deletions
|
@ -433,6 +433,10 @@ outer:
|
||||||
protected String getTypeStr() {
|
protected String getTypeStr() {
|
||||||
return getLabel(setting.getCompatibleContentTypeIds(), names_t);
|
return getLabel(setting.getCompatibleContentTypeIds(), names_t);
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static protected String getLabel(String[] lst, Map<String, String> names) {
|
static protected String getLabel(String[] lst, Map<String, String> names) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue