I'm using codeblocks for my C++ IDE. I am using Ubuntu 14.04 LTS. I like to comment out code using Ctrl+Shift+C.
All of a sudden, though, it's stopped working! How do I turn it back on?
EDIT commenting out code using Ctrl+Shift+Z does work. But Ctrl+Shift+C does not. If I go to the menu, click edit, then click copy it out it DOES work. It's just the keyboard shortcut that's broken.
EDIT #2 Whenever I do try to use Ctrl+Shift+C, I notice this unusual warning message appear: HTML Help not found at [file directory of project goes here]
Could this be a clue?
This is a bug in Codeblocks, but I found a way around it.
In general, follow the instructions on adding a keyboard shortcut on the Codeblocks wiki.
The bug is that for some reason Codeblocks does not recognize the keybinding.
The fix is to simply replace it with the same combination.
After that, the keybinding began to work for me.
Under the "Edit" menu you will see the Comment/Uncomment options together with the shortcuts, you should check if it's still Ctrl+Shift+C.
If not, then you should install keyboars shortcut plugin, by typing in a terminal:
restarting codeblocks, and then in Settings->Editor->Keyboard shortcuts edit it back to Ctrl+Shift+C.
Hope it helps!