跳转到内容

Code::Blocks

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

这是本页的一个历史版本,由Mousehk留言 | 贡献2008年10月29日 (三) 08:35 新頁面,內容:{{Infobox_Software | name = Code::Blocks | logo = 150px | screenshot = | caption...)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
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. 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, LinuxMac 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

參考

其實連結

zh:Code::Blocks