Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-08-19 13:03:39 +0000
committerAndrey Loskutov2020-08-19 13:03:39 +0000
commitc6adb63d1f245f7a71fa140111d050f58ba4d628 (patch)
treebff6db37e47deb5bf969b80301a51ad2a5cda27f
parent5e36d7783af1034ac1c68259bc29d5f07406a001 (diff)
downloadeclipse.platform.debug-I20200826-1800.tar.gz
eclipse.platform.debug-I20200826-1800.tar.xz
eclipse.platform.debug-I20200826-1800.zip
Remove Ctrl+L key binding for "Clear Console" command, this causes conflicts with editor "go to line" command. Change-Id: I451d1e808edf5f5e98d27f275e21797280c94076 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 7739ce4a7..184ad0608 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2066,12 +2066,6 @@ M4 = Platform-specific fourth key
</extension>
<extension point="org.eclipse.ui.bindings">
<key
- commandId="org.eclipse.debug.ui.commands.console.clear"
- contextId="org.eclipse.ui.console.ConsoleView"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="M1+L">
- </key>
- <key
sequence="M2+F5"
commandId="org.eclipse.debug.ui.commands.ToggleStepFilters"

Back to the top