C::B IDE Plugin插件简介
Author: Bryan Wu@CBForge (cbforge at gmail dot com)转载请保留
众所周知CB的一个优点就是开放式架构提供灵活的插件开发和支持,我们也相信在今后的发展上插件对CB的贡献会越来越大。
下面是现有核心插件和贡献插件的简介列表:
Core Plugins 核心插件(系统初始化时会自动加载,由CB官方开发团队维护)
The core plugins are installed by default and offer the basic functions of Code::Blocks. The core plugins are maintained / developed by the official development team.
- Saves project files between intervals.
- Provides wizard for creating new classes.
Code Completion[这个插件非常重要,现在处于重写阶段,估计很快会合大家见面]
- Provides code completion functionality and class browser.
Compiler[为大量编译器提供统一界面]
- Provides support for various compilers in one interface.
- Provides support for various debuggers in one interface.
- Adds extra file extension handlers.
- Manages a list of all opened files (editors).
- Imports projects from other IDE’s, e.g. MS Visual Studio and DevC++.
- Provides scripted wizard functionality.
Source Code Formatter[根据不同代码风格为你重新自动美化代码风格]
- Formats source code files with specific style.
- Adds to-do items to source code.
- Creates manifest file which enables the version 6.0 of the Common Controls on Windows XP.
Contrib Plugins[大众贡献版]
The user-contributed plugins are not installed by default and offer extended functionality for Code::Blocks. The contrib plugins are maintained / developed by third-party developers.
- Helps you keep track of your project version and status.
- Browse to previous source positions.
- Games in a integrated development environment? You bet.
- Provides graphical interface to GNU GProf profiler.
- Manages small pieces of code (i.e. snippets).
- Shows various statistics from source code files.
- Copies literal strings from the current editor to clipboard.
- Installs and updates DevC++ DevPaks.
- Enables dragging and scrolling with mouse.
- Sets environment variables within the focus of Code::Blocks.
- Integrates third-party help files to the interface.
- Opens files in a Code::Blocks integrated HexEditor.
- Manages menu shortcuts.
Koders[快捷方式搜索相关代码在koder网站]
- Queries the Koders webpage for keywords.
- KeyMacs (or Keyboard Macros) plugin enables Recording, Playback, and editing of keystroke macros.
- Regular expressions testbed.
- Exports source code files to other formats such as HTML and PDF.
- A simple graphical interface to the GNU symbol table displayer (nm).
- Multi-threaded ‘Search in files’ with preview window.
- Valgrind analysis tools integration.
wxSmith[快速开发wxWidgets界面程序]
- RAD tool for creating wxWidgets dialogs.
Retrieved from "http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins"
Related posts:














