首页 > 学院 > 开发设计 > 正文

CodeBlocks常用操作快捷键

2019-11-08 18:35:55
字体:
来源:转载
供稿:网友
CodeBlocks常用操作快捷键编辑部分:Ctrl + A:全选Ctrl + C:复制Ctrl + X: 剪切Ctrl + V:粘贴Ctrl + Z:撤销Ctrl + S:保存Ctrl + Y / Ctrl + Shift + Z:重做Ctrl+Shift+C:注释掉当前行或选中块Ctrl+Shift+X:解除注释Tab:缩进当前行或选中块Shift+Tab:减少缩进按住Ctrl,滚动鼠标滚轮,放大或缩小字体编译与运行部分:Ctrl + F9:编译Ctrl + F10:运行上次成功编译后的程序Ctrl + Shift + F9:编译当前文件(而不是当前打开的工程项目)F9:编译并运行当前代码(如果编译错误会提示错误而不会运行)F8:debugF10:全屏Ctrl + C:终止正在运行的程序Ctrl + Z:终止输入界面部分:Shift + F2:左侧导航栏

熟练的掌握和使用这些快捷键可以有效的提高我们的工作效率,节约时间。

以下全部快捷键说明来自:http://wiki.codeblocks.org/index.php?title=Keyboard_Shortcuts

FunctionShortcut Key
Undo last actionCtrl + Z
Redo last actionCtrl + Shift + Z
Cut selected textCtrl + X
Copy selected textCtrl + C
Paste text from clipboardCtrl + V
Select all textCtrl + A
Swap header / sourceF11
Comment highlighted codeCtrl + Shift + C
Uncomment highlighted codeCtrl + Shift + X
Duplicate line caret is onCtrl + D
Auto-complete / AbbreviationsCtrl + Space / Ctrl + J
Show call tipCtrl + Shift + Space
Swap line caret is on with line above itCtrl + T
Toggle bookmarkCtrl + B
Goto PRevious bookmarkAlt + PgUp
Goto next bookmarkAlt + PgDown
Toggle current block foldingF12
Toggle all foldsShift + F12

This is a list of shortcuts provided by the Code::Blocks’ editor component. These shortcuts cannot be rebound.

FunctionShortcut Key
Magnify text size.Ctrl + Keypad “+”
Reduce text size.Ctrl + Keypad “-“
Restore text size to normal.Ctrl + Keypad “/”
Cycle through recent files.Ctrl + Tab
Indent block.Tab
Dedent block.Shift + Tab
Delete to start of Word.Ctrl + BackSpace
Delete to end of word.Ctrl + Delete
Delete to start of line.Ctrl + Shift + BackSpace
Delete to end of line.Ctrl + Shift + Delete
Go to start of document.Ctrl + Home
Extend selection to start of document.Ctrl + Shift + Home
Go to start of display line.Alt + Home
Extend selection to start of display line.Alt + Shift + Home
Go to end of document.Ctrl + End
Extend selection to end of document.Ctrl + Shift + End
Go to end of display line.Alt + End
Extend selection to end of display line.Alt + Shift + End
Expand or contract a fold point.Ctrl + Keypad “*”
Create or delete a bookmark.Ctrl + F2
Go to next bookmark.F2
Select to next bookmark.Alt + F2
Find selection.Ctrl + F3
Find selection backwards.Ctrl + Shift + F3
Scroll up.Ctrl + Up
Scroll down.Ctrl + Down
Line cut.Ctrl + L
Line copy.Ctrl + Shift + T
Line delete.Ctrl + Shift + L
Line transpose with previous.Ctrl + T
Line duplicate.Ctrl + D
Find matching preprocessor conditional, skipping nested ones.Ctrl + K
Select to matching preprocessor conditional.Ctrl + Shift + K
Find matching preprocessor conditional backwards, skipping nested ones.Ctrl + J
Select to matching preprocessor conditional backwards.Ctrl + Shift + J
Previous paragraph. Shift extends selection.Ctrl + [
Next paragraph. Shift extends selection.Ctrl + ]
Previous word. Shift extends selection.Ctrl + Left
Next word. Shift extends selection.Ctrl + Right
Previous word part. Shift extends selection.Ctrl + /
Next word part. Shift extends selection.Ctrl + /

Files

FunctionShortcut Key
New file or projectCtrl + N
Open existing file or projectCtrl + O
Save current fileCtrl + S
Save all filesCtrl + Shift + S
Close current fileCtrl + F4 / Ctrl + W
Close all filesCtrl + Shift + F4 / Ctrl + Shift + W

This is a list of shortcuts provided by the Code::Blocks’ tab component. These shortcuts cannot be rebound.

FunctionShortcut Key
Activate next open fileCtrl + Tab
Activate previous open fileCtrl + Shift + Tab

View

FunctionShortcut Key
Show / hide Messages paneF2
Show / hide Management paneShift + F2
Move project up (in Project tree)Ctrl + Shift + Up
Move project down (in Project tree)Ctrl + Shift + Down
Activate prior (in Project tree)Alt + F5
Activate next (in Project tree)Alt + F6
Zoom in / outCtrl + Roll Mouse Wheel
Focus editorCTRL + Alt + E

FunctionShortcut Key
FindCtrl + F
Find nextF3
Find previousShift + F3
Find in filesCrtl + Shift + F
ReplaceCtrl + R
Replace in filesCtrl + Shift + R
Goto lineCtrl + G
Goto next changed lineCtrl + F3
Goto previous changed lineCtrl + Shift + F3
Goto fileAlt + G
Goto functionCtrl + Alt + G
Goto previous functionCtrl + PgUp
Goto next functionCtrl + PgDn
Goto declarationCtrl + Shift + .
Goto implementationCtrl + .
Open include fileCtrl + Alt + .

Build

FunctionShortcut Key
BuildCtrl + F9
Compile current fileCtrl + Shift + F9
RunCtrl + F10
Build and RunF9
RebuildCtrl + F11

Debug

FunctionShortcut Key
DebugF8
Continue debuggingCtrl + F7
Step over a code blockF7
Step into a code blockShift + F7
Step out of a code blockCtrl + Shift + F7
Toggle breakpointF5
Run to cursorF4
Previous errorAlt + F1
Next errorAlt + F2

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表