一.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. 15.C#回顾及匿名类型(八章8.1-8.5)

    今天的篇幅应该会很长,除了回顾前面学的一些,还有写一些关于匿名类型的相关知识,总体上对后续的学习很有帮助,学好了,后面更容易理解,不明白的,那就前面多翻几次,看多了总是会理解的.那么,进入正题吧. 自 ...

  2. C# JArray与JObject 的使用 json [{}]

    C# JArray与JObject 的使用 STEP1.using Newtonsoft.Json.Linq; STEP2 如何获取json里的某个属性(节点)值,对其删改,新增 //2.1 数组用J ...

  3. [转] 再探java基础——break和continue的用法

    原文地址:http://blog.csdn.net/luoweifu/article/details/10756017 break break可用于循环和switch...case...语句中. 用于 ...

  4. ovs-agent流程

    1. 代码流程分析 neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:main() plugin = OVSNeutronAgent(**a ...

  5. 【UVA 1586】Ancient Cipher

    题 题意 给你一个只含CHON的有机物的化学式如C6H5OH求相对分子质量 分析 ... 代码 switch #include<cstdio> #include<cctype> ...

  6. 【CodeForces 621A】Wet Shark and Odd and Even

    题 Today, Wet Shark is given n integers. Using any of these integers no more than once, Wet Shark wan ...

  7. HDU-1698 JUST A HOOK 线段树

    最近刚学线段树,做了些经典题目来练手 Just a Hook Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (J ...

  8. codevs1746 贪吃的九头龙

    [问题描述]传说中的九头龙是一种特别贪吃的动物.虽然名字叫“九头龙”,但这只是说它出生的时候有九个头,而在成长的过程中,它有时会长出很多的新头,头的总数会远大于九,当然也会有旧头因衰老而自己脱落.有一 ...

  9. BZOJ4590 自动刷题机

    Description 曾经发明了信号增幅仪的发明家SHTSC又公开了他的新发明:自动刷题机--一种可以自动AC题目的神秘装置.自动 刷题机刷题的方式非常简单:首先会瞬间得出题目的正确做法,然后开始写 ...

  10. 安卓系统源码编译系列(六)——单独编译内置浏览器WebView教程

    原文                   http://blog.csdn.net/zhaoxy_thu/article/details/18883015                 本文主要对从 ...