国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

CodeBlocks常用操作快捷鍵

2019-11-08 18:35:55
字體:
供稿:網(wǎng)友
CodeBlocks常用操作快捷鍵編輯部分:Ctrl + A:全選Ctrl + C:復(fù)制Ctrl + X: 剪切Ctrl + V:粘貼Ctrl + Z:撤銷Ctrl + S:保存Ctrl + Y / Ctrl + Shift + Z:重做Ctrl+Shift+C:注釋掉當(dāng)前行或選中塊Ctrl+Shift+X:解除注釋Tab:縮進(jìn)當(dāng)前行或選中塊Shift+Tab:減少縮進(jìn)按住Ctrl,滾動(dòng)鼠標(biāo)滾輪,放大或縮小字體編譯與運(yùn)行部分:Ctrl + F9:編譯Ctrl + F10:運(yùn)行上次成功編譯后的程序Ctrl + Shift + F9:編譯當(dāng)前文件(而不是當(dāng)前打開的工程項(xiàng)目)F9:編譯并運(yùn)行當(dāng)前代碼(如果編譯錯(cuò)誤會(huì)提示錯(cuò)誤而不會(huì)運(yùn)行)F8:debugF10:全屏Ctrl + C:終止正在運(yùn)行的程序Ctrl + Z:終止輸入界面部分:Shift + F2:左側(cè)導(dǎo)航欄

熟練的掌握和使用這些快捷鍵可以有效的提高我們的工作效率,節(jié)約時(shí)間。

以下全部快捷鍵說明來自: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

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 安宁市| 合作市| 江津市| 全州县| 牙克石市| 永靖县| 昌江| 合肥市| 望奎县| 奇台县| 松原市| 如东县| 铜山县| 马关县| 桃园县| 独山县| 青川县| 河北省| 泽普县| 辉县市| 益阳市| 临邑县| 江津市| 武山县| 察哈| 开远市| 北海市| 大厂| 循化| 鄂温| 花莲市| 府谷县| 昌江| 铜鼓县| 莱芜市| 本溪| 镇赉县| 海阳市| 牟定县| 清原| 镇原县|