mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
[269146] - [view model] NLS warning messages in the log
This commit is contained in:
parent
48d2746e03
commit
6077343b17
2 changed files with 0 additions and 8 deletions
|
@ -35,8 +35,6 @@ public class MessagesForVariablesVM extends NLS {
|
||||||
public static String VariableVMNode_Type_column__Error__text_format;
|
public static String VariableVMNode_Type_column__Error__text_format;
|
||||||
public static String VariableVMNode_Type_column__text_format;
|
public static String VariableVMNode_Type_column__text_format;
|
||||||
public static String VariableVMNode_Value_column__text_format;
|
public static String VariableVMNode_Value_column__text_format;
|
||||||
public static String VariableVMNode_Value_column___No_string__text_format;
|
|
||||||
public static String VariableVMNode_Value_column___No_string__Value__text_format;
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// initialize resource bundle
|
// initialize resource bundle
|
||||||
|
|
|
@ -30,12 +30,6 @@ VariableVMNode_Type_column__text_format={0}
|
||||||
# {1} - value in STRING format.
|
# {1} - value in STRING format.
|
||||||
VariableVMNode_Value_column__text_format={0} {1}
|
VariableVMNode_Value_column__text_format={0} {1}
|
||||||
|
|
||||||
# Message format for the value column text
|
|
||||||
# {0} - value formatted in the active format. If the preferred format was
|
|
||||||
# available, then this is just the value. Otherwise, it's the string formatted
|
|
||||||
# by the format in VariableVMNode_Value_column__Value__text_format.
|
|
||||||
VariableVMNode_Value_column___No_string__text_format={0}
|
|
||||||
|
|
||||||
# {0} - variable name
|
# {0} - variable name
|
||||||
# {1} - value formatted in the active format. If the preferred format was
|
# {1} - value formatted in the active format. If the preferred format was
|
||||||
# available, then this is just the value. Otherwise, it's the string formatted
|
# available, then this is just the value. Otherwise, it's the string formatted
|
||||||
|
|
Loading…
Add table
Reference in a new issue