Code::Blocks is a free, open-source, cross-platform IDE. Using a plugin architecture, its capabilities and features are defined by the provided plugins.
初始安装:
1. 添加codeblocks
的仓库
因为我用的Ubuntu所以直接去添加仓库:
https://launchpad.net/~damien-moore/+archive/ubuntu/codeblocks-stable/
2. 按照提示输入命令添加
|
|
简单配置:
1. 配置使用的终端类型
Setting--->General settings ----> Terminal to launch console programs
选择 genome-terminal -t $TITLE -x
2. 配置打开默认工程
Setting--->General settings--->Open default workspace
还要设置下on project load 为 open all project files
3. 配置语法颜色主题和光标颜色
Setting-->Editor--->Margins and caret在caret栏目选择颜色和宽度就可(光标)
Setting-->Editor--->Syntax highlight 设置颜色主题
可能遇到的问题:
1. 配置文件不能保存
检查配置文件的权限
1ls -a ~/.config/codeblocks/default.conf如果用户和所属组均为root 则修改权限
1sudo chmod 777 ~/.config/codeblocks/default.conf
2. 新添加的文件不能编译运行
- 很有可能编辑目标没有设置,需要在add file的时候就勾选build target如下: