Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2008-04-02 15:31:54 +0000
committerSamantha Chan2008-04-02 15:31:54 +0000
commit61f9c28abe7d784c944029d21c7672f667b652c9 (patch)
tree4df3651ba7d945e4fd135bef45556352061d7bf6 /org.eclipse.debug.ui/plugin.properties
parentbab2c67b5e2970ae7ad66878121b7002c64d5963 (diff)
downloadeclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.tar.gz
eclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.tar.xz
eclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.zip
Bug 215432 - [Memory View] Memory View: real estate & new/remove rendering workflow
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 76c116860..7bd0e3543 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -9,6 +9,7 @@
# IBM Corporation - initial API and implementation
# QNX Software Systems - Mikhail Khodjaiants - Registers View (Bug 53640)
# Wind River Systems - Pawel Piech - Added Modules view (bug 211158)
+# Wind River Systems - Ted Williams -[Memory View] Memory View: Workflow Enhancements (bug 215432)
###############################################################################
pluginName=Debug UI
@@ -374,6 +375,10 @@ toggleMemoryMonitorsPane.label = Toggle Memory Monitors Pane
toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors Pane
nextMemoryBlockCommand.label = Next Memory Monitor
nextMemoryBlockCommand.description = Show renderings from next memory monitor.
+newRenderingCommand.label = New Rendering
+newRenderingCommand.description = Add a new rendering.
+closeRenderingCommand.label = Close Rendering
+closeRenderingCommand.description = Close the selected rendering.
memoryViewPrefAction.label = &Preferences...
resetMemoryMonitorAction.label = &Reset

Back to the top