您的位置:首页 > 其它

CodeBlocks 快捷键

2016-01-25 16:34 525 查看
快捷键

在IDE中使用快捷键比使用鼠标更为高效。下表给出CodeBolcks默认的快捷键。(译者注:笔者将CodeBlocks中的快捷键设置为与VS大体一致,使用CodeBlocks时非常顺手。)

Function Shortcut Key
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
Comment highlighted code Ctrl +Shift + C
Uncomment highlighted code Ctrl+ Shift + X
Duplicate line caret is on Ctrl+ D
Auto-complete /Abbreviations Ctrl + Space /Ctrl + J
Show call tip Ctrl + Shift +Space
Swap line caret is on with line aboveit Ctrl + T
Toggle bookmark Ctrl + B
Goto previous bookmark Alt +PgUp
Goto next bookmark Alt +PgDown
Toggle current blockfolding F12
Toggle all folds Shift +F12

CodeBlocks代码编辑器组件提供的快捷键,这些快捷键不能重新绑定(rebound)。

Function Shortcut Key
Magnify text size. Ctrl + Keypad"+"
Reduce text size. Ctrl + Keypad"-"
Restore text size tonormal. 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 ofdocument. Ctrl + Shift +Home
Go to start of display line. Alt+ Home
Extend selection to start of displayline. Alt + Shift + Home
Go to end of document. Ctrl +End
Extend selection to end ofdocument. Ctrl + Shift +End
Go to end of display line. Alt +End
Extend selection to end of displayline. Alt + Shift + End
Expand or contract a foldpoint. Ctrl + Keypad "*"
Create or delete abookmark. 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 withprevious. Ctrl + T
Line duplicate. Ctrl + D
Find matching preprocessor conditional, skipping nestedones. Ctrl + K
Select to matching preprocessorconditional. Ctrl + Shift +K
Find matching preprocessor conditional backwards, skipping nestedones. Ctrl + J
Select to matching preprocessor conditionalbackwards. Ctrl + Shift +J
Previous paragraph. Shift extendsselection. Ctrl + [
Next paragraph. Shift extendsselection. Ctrl + ]
Previous word. Shift extendsselection. Ctrl + Left
Next word. Shift extendsselection. Ctrl + Right
Previous word part. Shift extendsselection. Ctrl + /
Next word part. Shift extendsselection. Ctrl + \

Files
Function Shortcut Key
New file or project Ctrl +N
Open existing file orproject Ctrl + O
Save current file Ctrl + S
Save all files Ctrl + Shift +S
Close current file Ctrl + F4 /Ctrl + W
Close all files Ctrl + Shift +F4 / Ctrl + Shift + W

CodeBlocks的Tab组件所提供的快捷键,这些快捷键不能重新绑定(rebound)。

Function Shortcut Key
Activate next open file Ctrl +Tab
Activate previous open file Ctrl+ Shift + Tab

View
Function Shortcut Key
Show / hide Messagespane F2
Show / hide Managementpane Shift + F2
Move project up (in Projecttree) Ctrl + Shift + Up
Move project down (in Projecttree) Ctrl + Shift + Down
Activate prior (in Projecttree) Alt + F5
Activate next (in Projecttree) Alt + F6
Zoom in / out Ctrl + Roll MouseWheel
Focus editor CTRL + Alt +E

Search
Function Shortcut Key
Find Ctrl + F
Find next F3
Find previous Shift + F3
Find in files Crtl + Shift +F
Replace Ctrl + R
Replace in files Ctrl + Shift +R
Goto line Ctrl + G
Goto next changed line Ctrl +F3
Goto previous changed line Ctrl+ Shift + F3
Goto file Alt + G
Goto function Ctrl + Alt +G
Goto previous function Ctrl +PgUp
Goto next function Ctrl +PgDn
Goto declaration Ctrl + Shift +.
Goto implementation Ctrl +.
Open include file Ctrl + Alt +.

Build
Function Shortcut Key
Build Ctrl + F9
Compile current file Ctrl +Shift + F9
Run Ctrl + F10
Build and Run F9
Rebuild Ctrl + F11

Debug
Function Shortcut Key
Debug F8
Continue debugging Ctrl +F7
Step over a code block F7
Step into a code block Shift +F7
Step out of a code block Ctrl +Shift + F7
Toggle breakpoint F5
Run to cursor F4
Previous error Alt + F1
Next error Alt + F2


<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>

阅读(1716) | 评论(0) | 转发(0) |

0
上一篇:如何变得更聪明?看这46招

下一篇:Linux互斥锁pthread_mutex_t

相关热门文章
linux 常见服务端口

xmanager 2.0 for linux配置

【ROOTFS搭建】busybox的httpd...

openwrt中luci学习笔记

什么是shell

linux dhcp peizhi roc

关于Unix文件的软链接

求教这个命令什么意思,我是新...

sed -e "/grep/d" 是什么意思...

谁能够帮我解决LINUX 2.6 10...

给主人留下些什么吧!~~

评论热议
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: