Difference between revisions of "Keyboard Shortcuts"
From Code::Blocks
MortenMacFly (talk | contribs) |
MortenMacFly (talk | contribs) (New shortcut "shift + F2" added) |
||
Line 11: | Line 11: | ||
|- | |- | ||
− | | Show/ | + | | Show/hide messages pane || F2 |
+ | |- | ||
+ | |||
+ | |- | ||
+ | | Show/hide project pane || Shift + F2 | ||
|- | |- | ||
Revision as of 08:52, 6 November 2005
Code::Blocks Shortcut Keys
This is list is not complete. If you know more, please do add them.
Function | Shortcut Key |
---|---|
Show/hide messages pane | F2 |
Show/hide project pane | Shift + F2 |
Swap header/source | F11 |
Duplicate line caret is on | CTRL + D |
Auto-complete | CTRL + J / CTRL + Space |
Delete line caret is on | CTRL + L |
Swap line caret is on with line above it | CTRL + T |
Close file currently active in editor | CTRL + W |
Close current open file | CTRL + F4 |
Close all open files | CTRL + Shift + F4 |
Comment highlighted code | CTRL + Shift + C |
Uncomment highlighted code | CTRL + Shift + X |
Zoom in/out on editor | CTRL + Roll Mouse Wheel |
Toggle to next file in editor | CTRL + Tab |
Toggle to previous file in editor | CTRL + Shift + Tab |