Code::Blocks
![]() | |
開發者 | The Code::Blocks team |
---|---|
当前版本 | 8.02(2008年2月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. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C/C++.
Code::Blocks is being developed for Windows, Linux 及 Mac OS X. 使用者能夠在 FreeBSD 環境中建設 Code::Blocks[1].
最後版本已經釋出: Code::Blocks 8.02, was released on February 28th, 2008.
歷史
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, 包括 MinGW / GCC, Digital Mars, Microsoft 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.
See also
參考
- ^ Code::Blocks 現正開放下載 FreeBSD ports collection.
- ^ JN-UG-3028 Code::Blocks IDE User Guide.