Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2020-05-18 07:57:13 +0000
committerPaul Pazderski2020-06-30 15:50:53 +0000
commit57d79764eaace00697da31d84379a04ff27042c0 (patch)
treeb0c85321c0ad3dc106e3b386f7b4446f893d04ad /org.eclipse.debug.ui/plugin.properties
parent4c211278c0d0edf4fb86da00b36eac39edd348d1 (diff)
downloadeclipse.platform.debug-57d79764eaace00697da31d84379a04ff27042c0.tar.gz
eclipse.platform.debug-57d79764eaace00697da31d84379a04ff27042c0.tar.xz
eclipse.platform.debug-57d79764eaace00697da31d84379a04ff27042c0.zip
Bug 81461 - [console] needs key to clear
Does not include a default key binding. Change-Id: I93361fa760ba7c72e83da39abee10dfbb6e35abb Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index d8b1dc8f5..618f41d4f 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -200,6 +200,9 @@ ActionContext.breakpointsview.description=The breakpoints view context
ActionDefinition.eof.name= EOF
ActionDefinition.eof.description= Send end of file
+ActionDefinition.clear.name=Clear Console
+ActionDefinition.clear.description=Clear Console
+
ActionDefinition.addMemoryBlock.name= Add Memory Block
ActionDefinition.addMemoryBlock.description=Add memory block

Back to the top