Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-10-07 19:15:20 +0000
committerSamantha Chan2005-10-07 19:15:20 +0000
commit15b5ede0d928b681598c98e150c1c12117bd02f2 (patch)
tree04267bac23914f7e158e8446c87d5e9d510b3aed /org.eclipse.debug.ui/plugin.properties
parent645da525797a99cc64dc4ac6781bc1eaad541416 (diff)
downloadeclipse.platform.debug-15b5ede0d928b681598c98e150c1c12117bd02f2.tar.gz
eclipse.platform.debug-15b5ede0d928b681598c98e150c1c12117bd02f2.tar.xz
eclipse.platform.debug-15b5ede0d928b681598c98e150c1c12117bd02f2.zip
Bug 106422 - [Memory View] Improvement to Memory Monitor View Pane
* Added shortcut key to allow user quickly cycle through memory blocks
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index a64a273a8..0ef42a03a 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -363,4 +363,6 @@ exportBreakpoints.description=Export breakpoints to the local file system.
switchMemoryBlock.label = Switch &Memory Monitor
toggleMemoryMonitorsPane.label = Toggle Memory Monitors Pane
-toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors Pane \ No newline at end of file
+toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors Pane
+nextMemoryBlockCommand.label = Next Memory Monitor
+nextMemoryBlockCommand.description = Show renderings from next memory monitor. \ No newline at end of file

Back to the top