cdt/cdt_6_0_x/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
author ryall
Thu, 14 Jan 2010 17:13:39 -0600
changeset 130 51404ed29eed
parent 37 c2bce6dd59e7
permissions -rw-r--r--
Bug 299167, turn the Variable View's Address column into a Location column.

###############################################################################
# Copyright (c) 2007, 2009 Wind River Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#   Wind River Systems - initial API and implementation
#   Wind River Systems - added Location
#   Wind River Systems - changed Location to Location
###############################################################################

VariableColumnPresentation_name=Name
VariableColumnPresentation_type=Type
VariableColumnPresentation_value=Value
VariableColumnPresentation_location=Location

VariableVMNode_Location_column__Error__text_format=
VariableVMNode_Location_column__text_format={0}
VariableVMNode_Description_column__text_format=
VariableVMNode_Expression_column__text_format={0}
VariableVMNode_Name_column__text_format={0}
VariableVMNode_Type_column__Error__text_format=
VariableVMNode_Type_column__text_format={0}

# 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.
# {1} - value in STRING format.
VariableVMNode_Value_column__text_format={0} {1}

# {0} - variable name
# {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 by the
#       format in VariableVMNode_Value_column__Value__text_format.
# {2} - value in STRING format.
VariableVMNode_NoColumns_column__text_format={0} = {1} {2}

# {0} - variable name
# {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 by the
#       format in VariableVMNode_Value_column__Value__text_format.
# {2} - type of the variable being displayed
VariableVMNode_NoColumns_column__No_string__text_format_with_type={0} = {1}   (type: {2})

# {0} - variable name
# {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 by the
#       format in VariableVMNode_Value_column__Value__text_format.
# {2} - value in STRING format.
# {3} - type of the variable being displayed
VariableVMNode_NoColumns_column__text_format_with_type={0} = {1} {2}   (type: {3})

# {0} - variable name
# {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 by the
#       format in VariableVMNode_Value_column__Value__text_format.
VariableVMNode_NoColumns_column__No_string__text_format={0} = {1}

# {0} - variable name
# {1} - error message
VariableVMNode_NoColumns_column__Error__text_format={0} - Error: {1}