1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00

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 <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2016-09-20 08:17:40 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent baf5160c45
commit 9dcd393663

View file

@ -2355,6 +2355,11 @@
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
contextId="org.eclipse.cdt.ui.cEditorScope"
commandId="org.eclipse.ui.edit.text.shiftLeft"/>
<key
sequence="M1+M2+C"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
contextId="org.eclipse.cdt.ui.cEditorScope"
commandId="org.eclipse.cdt.ui.edit.text.c.toggle.comment"/>
<key
sequence="M1+7"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"