CodeBlocks 16 01 使用方法

2021-10-04 02:34:25 字數 1602 閱讀 8305

更改快捷鍵方法:

setting -> keyboard shortcuts:

常用快捷鍵分類

複製選中部分:ctrl + d(複製整行、整塊!!!)

縮排當前行或選中塊:tab

減少縮排:shift+tab

/line:

move up :alt + up/ move down:alt + down

整行移動:好用!!!

/other:

insert new line:shift + return(enter)

插入新的一行

goto line end:ctrl + return(enter)

跳到本行末尾

select next occurrence:ctrl + e

選中(全選:ctrl + 滑鼠左鍵那種選)下乙個當前選擇的關鍵字

select skip to next occurrence:ctrl + shift + e

選擇(單選)下乙個當前選擇的關鍵字

comment:ctrl + shift + c

注釋uncomment:ctrl + shift + x

取消注釋

goto matching brace:ctrl + shift + b

跳到與當前匹配的括號(沒用)

rename symbols:alt + n

整體重新命名,作用物件為:變數名,函式名…

logs:f2

日誌:下面的資訊欄

左側導航欄:shift + f2

start/continue :f8

continue: 跳到下乙個斷點處

stop:shift + f8

run to cursor:f4

跳到游標處

next line:f7

step into:shift + f7

step out:ctrl + f7

next instruction :alt + f7

逐條指令(針對彙編指令)

step into instruction:alt + shift + f7

toggle breakpoint:f5

debugging windows: watches初始未設定,我設定為ctrl + w(有時候不彈出視窗)

compile and run:f9編譯並執行當前**(如果編譯錯誤會提示錯誤而不會執行)

full screen: f10 全屏

codeblocks基本使用

設定專案依賴項 project s build options 設定編譯 鏈結引數 巨集定義 執行指令碼 指定編譯器 compiler settings compiler flags 選擇編譯選項 other compiler options 手動配置編譯選項,如 fpic defines 編譯巨集...

codeblocks使用技巧

安裝時候務必選擇 custom安裝,選中全部外掛程式進行安裝。2.codeblock三組織專案是分層次的,最高層為乙個workspace,這個工作空間下面,可以多有個工程,但一次只能有乙個活動工程,每個工程下面是具體的檔案組織,按照檔案結構基本組織的話,分為sources 原始檔 目錄和header...

codeblocks使用心得

codeblocksde 使用 北京大學 poj 杭州電子科技大學 acm 已經入門的朋友可以前去練習 ctrl shift c 注釋掉當前行或選中塊 ctrl shift x 解除注釋 tab 縮排當前行或選中塊 shift tab 減少縮排按住 ctrl,滾動滑鼠滾輪,放大或縮小字型編譯與執行部...