跳转到内容

Code::Blocks

维基百科,自由的百科全书

这是本页的一个历史版本,由P-bot留言 | 贡献2009年2月17日 (二) 07:53 (机器人:标点符号标准化(程序版本:1.01))编辑。这可能和当前版本存在着巨大的差异。

Code::Blocks
開發者The Code::Blocks team
当前版本8.02(2008年2月28日,​17年前​(2008-02-28
预览版本nightly builds
源代码库 編輯維基數據鏈接
编程语言C++
操作系统Cross-platform
类型IDE
许可协议GNU GPL
网站http://www.codeblocks.org
Not to be confused with the computer programming term code block.

Code::Blocks是一個免費開源跨平台IDE,使用C++開發,並且使用wxWidgets做為GUI函試庫。Code::Blocks使用了外掛程式架構,其功能可以使用外掛程式自由地擴充。目前, Code::Blocks主要針對開發CC++程式而設計。

Code::Blocks目前支援WindowsLinuxMac OS X數種平台。使用者亦能夠在FreeBSD環境中建設Code::Blocks[1].

歷史

已隱藏部分未翻譯内容,歡迎參與翻譯

After releasing two release candidate versions, 1.0rc1 on July 25, 2005 and 1.0rc2 on October 25, 2005, instead of making a final release, the project developers started adding many new features, with the final release being repeatedly postponed. Instead, there were binary packages of the latest SVN version made available on a daily basis, called "nightly builds". These were supported better than the latest official 1.0rc2 release. While this approach provided users with bleeding-edge improvements and allowed developers to get constant feedback, it created an outside illusion that the project was stagnant (because no new releases have been made).

The first stable release was finally made on February 28, 2008, with the version number changed to 8.02. The versioning scheme was changed to that of Ubuntu,with the major and minor number representing the year and month of the release.

Instead of creating a branch in the code tree where bugs are fixed in the stable release and new features are added in a separate branch the project continued as before; new features and bug fixes are all added into the same code space. Version 8.02 is stable but a large progress has been made since. For the most up-to-date version you have to download the "nightly build".

Jennic Ltd. distributes a version Code::Blocks customized to work with its microcontrollers [2].

特色

已隱藏部分未翻譯内容,歡迎參與翻譯

Code::Blocks 支援多種 compilers,包括 MinGWGCCDigital MarsMicrosoft Visual C++Borland C++Watcom 及 Intel C++ compiler. 雖然這個軟件是設計給 C++ 開發,there is some support for compilers of other languages, including GNU Fortran, Digital Mars D and GNU GDC

The IDE features syntax highlighting and code folding through the use of the Scintilla editor component, C++ code completion and class browser, an integrated to-do list, and a closely integrated debugger frontend which supports GDB and, to some extent, Microsoft CDB. There is also an integrated rapid application development plugin for the wxWidgets toolkit, called wxSmith.

Some of Code::Blocks' features are targeted at users migrating from other IDEs - these include Dev-C++ and Microsoft Visual C++ project import, and Dev-C++ Devpak support.

Code::Blocks uses a custom build system, which stores its information in XML-based project files, but can optionally use external makefiles, which simplifies interfacing with projects using the GNU and Qt Software's qmake build systems.

參看

參考

其它链接