Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2006-03-15 21:35:27 +0000
committerSamantha Chan2006-03-15 21:35:27 +0000
commit778201c5bcd101e15d8bffa559a7a4df1f934239 (patch)
tree8612de7de18212809fbf0e01eb4102e2339e1dd1 /org.eclipse.debug.ui/plugin.properties
parente8422f56544f65b26840c0db03cdef6106147ef7 (diff)
downloadeclipse.platform.debug-778201c5bcd101e15d8bffa559a7a4df1f934239.tar.gz
eclipse.platform.debug-778201c5bcd101e15d8bffa559a7a4df1f934239.tar.xz
eclipse.platform.debug-778201c5bcd101e15d8bffa559a7a4df1f934239.zip
Bug 127147 - [Memory View] Allow user to enter "go to address" in an address bar from a rendering
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index d1447eb2f..ccb812606 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -343,3 +343,8 @@ resetMemoryMonitorAction.label = &Reset
ConsolePreferencesAction.label = &Preferences...
ConsolePreferencesAction.tooltip = Opens the console's Preferences Page
+
+command.description.0 = Go to Address
+command.name.0 = Go to Address
+context.description.0 = In Table Memory Rendering
+context.name.0 = In Table MemoryRendering \ No newline at end of file

Back to the top