mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[249392] "Other.." displayed in details pane for register selections
This commit is contained in:
parent
57661f4db9
commit
0927752dfd
1 changed files with 3 additions and 0 deletions
|
@ -435,6 +435,9 @@ public class NumberFormatDetailPane implements IDetailPane, IAdaptable, IPropert
|
|||
else if ( str == IFormattedValues.DECIMAL_FORMAT) {
|
||||
completedFormatStrings.add("Decimal : " + getData().getFormattedValue()); //$NON-NLS-1$
|
||||
}
|
||||
else if ( str == IFormattedValues.STRING_FORMAT) {
|
||||
completedFormatStrings.add("String : " + getData().getFormattedValue()); //$NON-NLS-1$
|
||||
}
|
||||
else {
|
||||
completedFormatStrings.add("Other.. : " + getData().getFormattedValue()); //$NON-NLS-1$
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue