Ctrl+Shift+C 批量注释 Ctrl+shift+X 批量取消注释 Click Settings->Editor->KeyboardShortcuts (in the left of dialog box)->Plugins->Source code formatter(Astyle) Assign the short cut you want.
一.not only in CodeBlocks 13.12 Undo last action Ctrl + Z //后退 Redo last action Ctrl + Shift + Z //前进 Cut selected text Ctrl + X //剪切 Copy selected text Ctrl + C Paste text from clipboard Ctrl + V Select all text Ctrl + A //全选 Swap header / source F11