From 9dcd393663783ba5c96562aa8627de4b9cb9c9bf Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 20 Sep 2016 08:17:40 -0400 Subject: [PATCH] Bug 499116 - Missing keyboard binding for toggle comment Also Add M1+M2+C key binding for Toggle Comment, just like JDT. Change-Id: I2723c115a89f8c22e4b7d52b0ebd14c75a9d824c Signed-off-by: Marc-Andre Laperle --- core/org.eclipse.cdt.ui/plugin.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index ddf1617de02..644eedcda1f 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -2355,6 +2355,11 @@ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" contextId="org.eclipse.cdt.ui.cEditorScope" commandId="org.eclipse.ui.edit.text.shiftLeft"/> +