一.not only in CodeBlocks 13.12

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 above it Ctrl + T //交换行

Toggle bookmark Ctrl + B //标记

Goto previous bookmark Alt + PgUp //跳到上一个标记

Goto next bookmark Alt + PgDown//跳到下一个标记

Toggle current block folding F12 //折叠当前(括号)

Toggle all folds Shift + F12//全部折叠

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

二.normal

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  //向右移光标整词跳过

New file or project Ctrl +shift+ N //新建文件

Open existing file or project 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)。

三.View

Show / hide Messages pane F2 //开关下窗口

Show / hide Management pane Shift + 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 / out Ctrl + Roll Mouse Wheel Focus editor CTRL + Alt + E

四.Search

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 + .

Shortcut key for CodeBlocks的更多相关文章

  1. 【WPF/WAF】设置快捷键(Shortcut Key)

    基于WAF框架:WPF Application Framework (WAF) View层XAML中设置热键. <Window.InputBindings> <!--<KeyB ...

  2. ubuntu --- shortcut key

    Linux系统下图形界面与Linux命令行模式的切换的方法 由图形转换到控制台模式:ctrl+alt+f1~f6(同时按下3秒钟不要马上松开)....由控制台转向图形模式是:alt+f7 快捷键(ub ...

  3. VsVim - Shortcut Key (快捷键)

    Enable / Disable NuGet 中提供了禁用按钮.另外还可以通过 Ctrl+Shift+F12 在 Visual Studio 中实现 Enable / Disable. 移动光标类命令 ...

  4. UE4 Editor快捷键(ShortCut Key)

    转载请注明出处,所有权利保留. Unreal Engine4的快捷键现在无官方文档,因为他们工作比较忙啊. 记录时间:2014-10-15 现在自己整理一个,仅供参考. 因为他们的team成员说的还有 ...

  5. CodeBlocks的常用快捷键

    CodeBlocks常用操作快捷键 编辑部分: Ctrl + A:全选 Ctrl + C:复制 Ctrl + X: 剪切 Ctrl + V:粘贴 Ctrl + Z:撤销 Ctrl + S:保存 Ctr ...

  6. Xcode Custom Shortcut

    edit file "/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources" add < ...

  7. codebolocks 中文使用手册1.1

    Code::Blocks手册 使用篇 中文翻译版- 原手册下载:http://www.codeblocks.org/docs/manual_en.pdf 译者:JGood 译者言:工欲善其事,必先利其 ...

  8. Unity 最佳实践

    转帖:http://www.glenstevens.ca/unity3d-best-practices/ 另外可以参考:http://devmag.org.za/2012/07/12/50-tips- ...

  9. Linux下取代top的进程管理工具 htop

    一.htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for ...

随机推荐

  1. jQuery基础之(五)jQuery自定义添加"$"与解决"$"的冲突

    1.自定义添加$ 从上面四篇文章我们看到jQuery的强大,但无论如何,jQuery都不可能满足所有用户的需求,而且有一些需求十分小众,也不适合放到整个jQuery框架中,正是因为这一点,jQuery ...

  2. 【Moqui业务逻辑翻译系列】--UBPL index

    h2. [UBPL Introduction] ubpl介绍h2. [Actor Definitions] 行为定义h2. General Business Process Stories 通常的商业 ...

  3. nginx web加密访问

    有时我们会有这么一种需求,就是你的网站并不想提供一个公共的访问或者某些页面不希望公开, 我们希望的是某些特定的客户端可以访问.那么我们可以在访问时要求进行身份认证,就如给你自己的家门加一把锁,以拒绝那 ...

  4. iOS边练边学--Http网络再学习,简单介绍

    一.URL 什么是URL URL中常见的协议 二.Http Http的基本通信过程 发送Http请求的方法 GET 和 POST 对比 GET 和 POST 的选择 三.iOS中的Http学习 iOS ...

  5. 【探秘ES6】系列专栏(一):ES6简介

    摘要:新一代JavaScript标准,ES6即将发布.[探秘ES6]系列专栏将一一剖析ES6的诸多新特性,让Web开发者对此有清晰全面的了解.本文为系列的第一篇,带你了解ES6到底是什么以及有哪些令人 ...

  6. 洛谷P1908 求逆序对 [归并排序]

    题目描述 猫猫TOM和小老鼠JERRY最近又较量上了,但是毕竟都是成年人,他们已经不喜欢再玩那种你追我赶的游 戏,现在他们喜欢玩统计.最近,TOM老猫查阅到一个人类称之为“逆序对”的东西,这东西是这样 ...

  7. javascript设计模式-装饰模式

    装饰模式:在不改变原类(对象)和继承的情况下动态扩展对象功能,通过包装一个对象来实现一个新的具有原对象相同接口的新的对象.在设计原则中,有一条,多用组合,少用继承,装饰模式正是这一原则的体现. UML ...

  8. 轻量级应用开发之(08)UITableView

    一  UITableView基本介绍 在众多移动应⽤用中,能看到各式各样的表格数据 . 在iOS中,要实现表格数据展示,最常用的做法就是使用UITableView,UITableView继承自UISc ...

  9. 拉面馆中的移动互联网——无线KPI探讨

    拉面馆中的移动互联网——无线KPI探讨 伴随着这几年超高速发展,移动互联网早已经度过了小米加步枪的散兵游击状态,随着各大公司持重金杀入,无线从几个人的Team,到快速发展为几十.上百人甚至上千人的大部 ...

  10. 栈的的顺序实例SeqStack实现

    1.#include <stdio.h>#include <stdlib.h>#include "SeqStack.h"/* run this progra ...