Community
Participate
Working Groups
Build Identifier: EDT M2 + CDL Ctrl+/ is more familiar than Ctrl+7. Eclipse allows both. See screen capture. Reproducible: Always Steps to Reproduce: 1. Open A .egl file. 2. Ctrl+/ to comment a line doesn't do anything. 3. Have to use Ctrl+7 which is new to RBD users.
Created attachment 201529 [details] Keyboard shortcuts defined by Eclipse
Add the below code segment to plugin.xml of org.eclipse.edt.ide.ui <key commandId="org.eclipse.edt.ide.ui.source.commentGroup.toggle" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" contextId="org.eclipse.edt.ide.ui.eglEditorScope" sequence="Ctrl+/"/> Now Toggle comments can use key bindings: Ctrl+7 and Ctrl+/, since Ctrl+/ is used more often, it is showed in the menu
20110819
Verified