2014 - 09 -13 更新 1.85 SE:
更新内容:
1、GCC 编译器更新为 MinGW-w64 4.20 4.9.1 i686 dw2 rev1 编译器,之前是 rev0。
2、实现了 Clang-Format 功能,可以利用 LLVM Clang-Format 对代码进行缩进格式化处理。CodeBlocks 内建的 Astyle 插件不能处理某些 C++11 的关键字,例如遇到 noexcept 的话会把代码缩进删除掉,导致格式化处理失败,Clang-Format 没有这个问题。你可以在 Tools 里找到 Clang-Format 的选项。
3、CodeBlocks 版本更新为最新的 SVN 9916,该版本修正了若干 bug。
下载链接:
http://pan.baidu.com/s/1gdoZuGN
图文使用指南(中文):
http://pan.baidu.com/s/1kTzatGr
根据你要编写的语言不同,请在第一次使用软件的时候先执行 c++11_first_time 或者 c11_first_time。
在这以后都只需要执行 CBLaucher.exe 来启动程序即可。
如果你自己手动调整配置错乱了,就在执行一次 c++11_first_time 或者 c11_first_time 就会恢复设定。
(另:settings_for_building_codeblocks_svn 这个 .bat 是用于设定编译 CodeBlocks 源码的配置,你可以用这个设定来编译最新版的 CodeBlocks svn)。
注意阅读说明,使用 CBLaucher.exe 而不是 codeblocks.exe 启动程序!!!
更新内容:
1、GCC 编译器更新为 MinGW-w64 4.20 4.9.1 i686 dw2 rev1 编译器,之前是 rev0。
2、实现了 Clang-Format 功能,可以利用 LLVM Clang-Format 对代码进行缩进格式化处理。CodeBlocks 内建的 Astyle 插件不能处理某些 C++11 的关键字,例如遇到 noexcept 的话会把代码缩进删除掉,导致格式化处理失败,Clang-Format 没有这个问题。你可以在 Tools 里找到 Clang-Format 的选项。
3、CodeBlocks 版本更新为最新的 SVN 9916,该版本修正了若干 bug。
下载链接:
http://pan.baidu.com/s/1gdoZuGN
图文使用指南(中文):
http://pan.baidu.com/s/1kTzatGr
根据你要编写的语言不同,请在第一次使用软件的时候先执行 c++11_first_time 或者 c11_first_time。
在这以后都只需要执行 CBLaucher.exe 来启动程序即可。
如果你自己手动调整配置错乱了,就在执行一次 c++11_first_time 或者 c11_first_time 就会恢复设定。
(另:settings_for_building_codeblocks_svn 这个 .bat 是用于设定编译 CodeBlocks 源码的配置,你可以用这个设定来编译最新版的 CodeBlocks svn)。
注意阅读说明,使用 CBLaucher.exe 而不是 codeblocks.exe 启动程序!!!