Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2007-02-23 21:54:02 +0000
committerSamantha Chan2007-02-23 21:54:02 +0000
commit2daa21668e2a32c4aa3003e823178957e49f4ef0 (patch)
treec6270d80edb99f88012441400ae88eeb69693411 /org.eclipse.debug.ui/plugin.properties
parentb0b50d19f69ba6c76d9876bf68c306616c8382e5 (diff)
downloadeclipse.platform.debug-2daa21668e2a32c4aa3003e823178957e49f4ef0.tar.gz
eclipse.platform.debug-2daa21668e2a32c4aa3003e823178957e49f4ef0.tar.xz
eclipse.platform.debug-2daa21668e2a32c4aa3003e823178957e49f4ef0.zip
BUG 167788 - [Memory View] Add shortcut keys for Next Page and Previous Page actions
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 f4524d050..885a7507e 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -365,4 +365,8 @@ 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
+context.name.0 = In Table Memory Rendering
+command.description.1 = Load next page of memory
+command.name.1 = Next Page of Memory
+command.description.2 = Load previous page of memory
+command.name.2 = Previous Page of Memory \ No newline at end of file

Back to the top