Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Swartz2010-03-24 20:32:55 +0000
committerEd Swartz2010-03-24 20:32:55 +0000
commit2cfb9a353a74ebc9e83512416b8f5f0cd264998a (patch)
tree3d53ba0635cbf4e314377232bdb6775c5d42b135 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent1ba8d3916d0eb69237907c90db11b341b635f04b (diff)
downloadorg.eclipse.cdt-2cfb9a353a74ebc9e83512416b8f5f0cd264998a.tar.gz
org.eclipse.cdt-2cfb9a353a74ebc9e83512416b8f5f0cd264998a.tar.xz
org.eclipse.cdt-2cfb9a353a74ebc9e83512416b8f5f0cd264998a.zip
Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can be implemented by adapters. In DSF, add IExpressions2 service to implement this support.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 2f0b4e2344a..223dd8b463a 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -243,4 +243,7 @@ SaveTraceData.name=Save Trace Data
viewMemory.label = View Memory
disassemblyViewMenu.label = disassemblyViewMenu
sourceNotFoundEditor.name = C/C++ Source Not Found Editor
-displayMode.name = displayMode \ No newline at end of file
+displayMode.name = displayMode
+CastingCategory.description = Set of commands for typecasting variables and expressions.
+CastingCategory.name = Cast to Type or ArrayCastingCategory.description = Set of commands for typecasting variables and expressions.
+CastingCategory.name = Cast to Type or Array \ No newline at end of file

Back to the top