CodeBlocks 快捷鍵篇(自己整理)

2021-10-07 15:31:43 字數 4804 閱讀 3606

瀏覽最近檔案 ctrl + tab

儲存當前檔案 ctrl + s

儲存所有檔案 ctrl + shift + s

關閉當前檔案 ctrl + w

關閉所有檔案 ctrl + shift + w

跳轉到某檔案 alt + g

跳轉到某個函式 ctrl + alt + g

跳轉到某行 ctrl + g

在檔案內替換 ctrl + shift + r 這個替換 也很方便

切換標頭檔案/原始檔 f11

注釋掉** ctrl + shift + c

撤銷注釋** ctrl + shift + x

撤銷 ctrl + z

重複上一次 操作 ctrl + shift + z

codeblocks常用快捷鍵

無雲清晨

0.096

2018.11.23 16:06:36

字數 156

閱讀 1,862

ctrl+g到達指定行

alt+g 到達指定檔案

ctrl+alt+g 到達指定函式(支援標頭檔案中的函式定義)

f11 切換原始檔與標頭檔案。

ctrl+pageup到達上乙個函式

ctrl+pagedown 到達下乙個函式

ctrl+shift+b可找到匹配的括號

按下atl,再拖動滑鼠,可以實現部分選擇

更詳細的如下

編輯相關

function shortcut key

撤銷 ctrl + z

重複上一次 操作 ctrl + shift + z

剪下選中的文字 ctrl + x

複製選中的文字 ctrl + c

從剪貼簿貼上 ctrl + v

選中所有文字 ctrl + a

切換標頭檔案/原始檔 f11

注釋掉** ctrl + shift + c

撤銷注釋** ctrl + shift + x

複製當前行 ctrl + d

自動完成/填充** ctrl + space / ctrl + j

show call tip ctrl + shift + space

將當前行與上一行交換位置 ctrl + t

新增/取消書籤 ctrl + b

跳轉到上乙個書籤 alt + pgup

跳轉到下乙個書籤 alt + pgdown

toggle current block folding f12

toggle all folds shift + f12

this is a list of shortcuts provided by the code::blocks』 editor component. these shortcuts cannot be rebound.

function shortcut key

放大文字 ctrl + keypad 「+」

縮小文字 ctrl + keypad 「-「

換源文字大小 ctrl + keypad 「/「

瀏覽最近檔案 ctrl + tab

indent block. tab

dedent block. shift + tab

刪除到詞首 ctrl + backspace

刪除到詞尾 ctrl + delete

刪除到行首 ctrl + shift + backspace

刪除到行尾 ctrl + shift + delete

跳轉到檔案首 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

前切當前行到剪貼簿 ctrl + l

複製當前行到剪貼簿 ctrl + shift + t

刪除當前行 ctrl + shift + l

line transpose with previous. ctrl + t

複製當前行 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 +

檔案相關

function shortcut key

新建空檔案 ctrl + n

開啟已存在的檔案或專案 ctrl + o

儲存當前檔案 ctrl + s

儲存所有檔案 ctrl + shift + s

關閉當前檔案 ctrl + f4 / ctrl + w

關閉所有檔案 ctrl + shift + f4 / ctrl + shift + w

預覽相關

function shortcut key

顯示/隱藏 底部資訊面板 f2

顯示/隱藏 管理左側面板 shift + f2

move project up (in project tree) ctrl + shift + up

move project down (in project tree) ctrl + shift + down

啟用前乙個專案 alt + f5

啟用下乙個專案 alt + f6

zoom in / out ctrl + roll mouse wheel

focus editor ctrl + alt + e

查詢相關

功能 快捷鍵

查詢 ctrl + f

查詢下乙個 f3

查詢上乙個 shift + f3

在檔案內查詢 crtl + shift + f

替換 ctrl + r

在檔案內替換 ctrl + shift + r

跳轉到某行 ctrl + g

goto next changed line ctrl + f3

goto previous changed line ctrl + shift + f3

跳轉到某檔案 alt + g

跳轉到某個函式 ctrl + alt + g

跳轉到上乙個函式 ctrl + pgup

跳轉到下乙個函式 ctrl + pgdn

goto declaration ctrl + shift + .

goto implementation ctrl + .

open include file ctrl + alt + .

build

function shortcut key

構建 ctrl + f9

編譯當前檔案 ctrl + shift + f9

執行 ctrl + f10

構建並執行 f9

重新構建 ctrl + f11

debug

function shortcut key

開始除錯 f8

繼續除錯 ctrl + f7

step over a code block f7

step into a code block shift + f7

step out of a code block ctrl + shift + f7

新增/取消斷點 f5

執行到下乙個斷點 f4

上乙個錯誤 alt + f1

下乙個錯誤 alt + f2

codeblocks常用快捷鍵

編輯 按住ctrl滾滾輪,的字型會隨你心意變大變小。在編輯區按住右鍵可拖動 省去拉 尤其是橫向 滾動條之麻煩 相關設定 mouse drag scrolling。ctrl d可複製當前行或選中塊,直接貼上在下一行中。ctrl shift c注釋掉當前行或選中塊,ctrl shift x則解除注釋。t...

codeblocks常用快捷鍵

ctrl w close current file 關閉當前檔案 ctrl q 退出 code blocks ctrl j auto complete 自動補齊關鍵字 框架,例如 while shift f2 顯示 隱藏左側的 management f2 顯示 隱藏底端的 logs others c...

CodeBlocks的常用快捷鍵

codeblocks常用操作快捷鍵 編輯部分 ctrl a 全選 ctrl c 複製 ctrl x 剪下 ctrl v 貼上 ctrl z 撤銷 ctrl s 儲存 ctrl y ctrl shift z 重做 ctrl shift c 注釋掉當前行或選中塊 ctrl shift x 解除注釋 ta...