Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Is PathEntryVariablePreferencePage being used?

Hi,

Is PathEntryVariablePreferencePage or  PathEntryVariableDialog being used?
I saw the following message in
/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
 and I'm wondering if it is safe to remove the properties keys/values:

# The following six keys are marked as unused by the NLS search, but they
are indirectly used
# and should be removed.
PathEntryVariableDialog_shellTitle_newVariable = New PathEntry Variable
PathEntryVariableDialog_shellTitle_existingVariable = Edit PathEntry
Variable
PathEntryVariableDialog_dialogTitle_newVariable = Define a New PathEntry
Variable
PathEntryVariableDialog_dialogTitle_existingVariable = Edit an Existing
PathEntry Variable
PathEntryVariableDialog_message_newVariable = Enter a new PathEntry
variable name and its associated location.
PathEntryVariableDialog_message_existingVariable = Edit PathEntry
variable's name and path value.

Thanks,

Vivian Kong
IBM CDT Team
IBM Canada Toronto Lab
Phone: (905) 413-6067
Email: vivkong@xxxxxxxxxx



Back to the top