================================================ Code::Blocks 20.03 keyboard shortcuts (filtered) ================================================ First published at 3/1/2021 on https://defkey.com/code-blocks-20-shortcuts Code::Blocks is a free and open-source Integrated Development Environment (IDE). It is developed for Windows and Linux and has been ported to FreeBSD, Open BSD and Solaris. Editor ------ Ctrl + Z Undo last action Ctrl + Shift + Z Redo last action Ctrl + C Copy selected text Ctrl + V Paste text from clipboard F11 Swap header / source Ctrl + Shift + C Comment highlighted code Ctrl + Shift + X Uncomment highlighted code Ctrl + D Duplicate line caret is on Ctrl + Space Auto complete / Abbreviations Ctrl + B Toggle bookmark Ctrl + Num + Magnify text size Tab Indent block F2 Go to next bookmark Ctrl + Shift + F3 Find selection backwards Ctrl + [ Previous paragraph. Shift extends selection Ctrl + / Previous word part. Shift extends selection Files ----- Ctrl + N New file or project Ctrl + Shift + S Save all files Views ----- F2 Show / hide Messages pane Build ----- F9 Build and run Debug ----- Source: Code::Blocks Last modified on (UTC): Monday, March 1, 2021 Defkey © All rights reserved.