一.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. Coding the Matrix (1):向量

    1. list 画点 >>> from plotting import plot >>> L = [[2, 2], [3, 2], [1.75, 1], [2, 1 ...

  2. jQuery使用之(五)处理页面的事件

    在之前dom操作中提到了javascript对事件处理的介绍.由于不同浏览器处理事件各不相相同,这给开发者带来了不必要的麻烦,jQuery的方便的解决了这个方面的麻烦. 1.绑定事件监听 (http: ...

  3. 软件工程(QLGY2015)第一次作业小结(含成绩)

    相关博文目录: 第一次作业点评 第二次作业点评 第三次作业点评 Github项目提交 github的代码提交,大部分人都只是提交了单个文件,存在几个问题 请提交完整的项目文件到github 问题:为什 ...

  4. 图片百分百问题 z-index问题

    遇到的问题:     1.图片设置宽高都为100%,为什么高度没有100%呢?  我日了狗了!         答:因为图片默认高度大于包含框, 此时元素的高度100%将不会参照父元素? 继承出现了问 ...

  5. Quartz 定时任务管理

    前言 将项目中的所有定时任务都统一管理吧,使用 quartz 定时任务 设计思路 使用 quartz 的相关jar 包,懒得去升级了,我使用的是 quart 1.6 写一个定时任务管理类 用一张数据库 ...

  6. 【ZOJ 1221】Risk

    题 题意 给你20个城市的相邻关系,求给定任意两个城市的最短距离 分析 求任意两个城市最短距离,就是用floyd算法,我脑残忘记了k是写在最外层的. 代码 #include<stdio.h> ...

  7. 总结css之内联图片的优缺点

    会不会有这样一种感觉?IT技术开发知识面很广也很深,总会有你不懂得问题出现.一个接着一个新的问题,一个接着一个新的挑战. 今天,解读[内联图片],什么是内联图片,使用内联图片的优缺点是什么?这个问题是 ...

  8. 了解 Nginx 基本概念

    前言 本篇是我学习 Nginx 的一些笔记,主要内容讲述了一些了解 Nginx 需要的基本概念.然后探讨一下 Nginx 的模块化的组织架构,以及各个模块的分类.工作方式.职责和提供的相关指令. 主要 ...

  9. std::thread join和detach区别

    thread detach, join 线程有两种状态,joinable或者detachable,pthread默认创建的线程是joinable的,也可以指定atrribute创建成一个detacha ...

  10. memcache 开发版

    memcache安装,如果是用xampp,一定要下载开发版本 解压开发包,将其中的include目录复制到应用的lampp目录下 tar -zxvf xampp-linux-devel-1.7.2.t ...