codeblocks 使用心得
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codeblocks 使用心得相关的知识,希望对你有一定的参考价值。
字体设置:
路径 Settings-Editor-General Settings-Font 点击choose 设置字体和大小
快捷键设置:
几个常用快捷键 ctrl + shift + C---块注释;ctrl + shift + X---取消注释;shift+tab---向前缩进;shift+space---提示(可以设置自动提示,基本不用);复制粘贴就不用说了
设置路径 Settings-Editor-Keyboard shortcuts
编辑界面颜色设置:
路径 Settings-Editor-syntax highlighting 设置颜色
默认的注释字体颜色是灰色可以改掉,界面。字体为Consolas
自动提示设置:
菜单设置路径 Settings-Editor-code completion
将Automatically launch when typed # letter中的4改成2,这样打两个字母就会有提示了。
代码调试:
调试需要在Project中调试,文件路径不能有中文名字如“桌面”。
代码风格:
没字的地方右击Format use AStyle
格式可以在Settings-Editor-Sourse Formatter
以上是关于codeblocks 使用心得的主要内容,如果未能解决你的问题,请参考以下文章