Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2005-10-07 18:22:53 +0000
committerSamantha Chan2005-10-07 18:22:53 +0000
commit645da525797a99cc64dc4ac6781bc1eaad541416 (patch)
treef3b33e713c315145755aa543c644b791268ff538 /org.eclipse.debug.ui/plugin.properties
parentb35bf0e45892472c39d8e7501b98d4aa232472c3 (diff)
downloadeclipse.platform.debug-645da525797a99cc64dc4ac6781bc1eaad541416.tar.gz
eclipse.platform.debug-645da525797a99cc64dc4ac6781bc1eaad541416.tar.xz
eclipse.platform.debug-645da525797a99cc64dc4ac6781bc1eaad541416.zip
Bug 106422 - [Memory View] Improvement to Memory Monitor View Pane
* Added shortcut key to toggle visibility of tree viewer * Added action to switch memory block
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 04a407b88..a64a273a8 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -359,4 +359,8 @@ exportBreakpoints.label=E&xport Breakpoints...
importBreakpoints.label=I&mport Breakpoints...
exportBreakpoints.name=Breakpoints
importBreakpoints.description=Import breakpoints from the local file system.
-exportBreakpoints.description=Export breakpoints to the local file system. \ No newline at end of file
+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

Back to the top