Difference between revisions of "Code::Blocks Plugins"
From Code::Blocks
m (added category) |
Sethjackson (talk | contribs) m |
||
Line 50: | Line 50: | ||
The user-''contrib''uted plugins are not installed by default and offer extended functionality for Code::Blocks. The contrib plugins are maintained / developed by third-party developers. | The user-''contrib''uted plugins are not installed by default and offer extended functionality for Code::Blocks. The contrib plugins are maintained / developed by third-party developers. | ||
− | '''[[ | + | '''[[C::B Games plugin|C::B Games]]''' |
:Games in a integrated development environment? You bet. | :Games in a integrated development environment? You bet. |
Revision as of 23:20, 4 December 2006
Code::Blocks' features can be extend by using plugins. Plugins listed here are divided into two categories: core and contrib.
Core Plugins
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.
- Provides code completion functionality and class browser.
- Provides support for various compilers in one interface.
- Provides support for various debuggers in one interface.
- Adds extra file extension handlers.
- Provides scripted wizard functionality.
- 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.
- 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.
- Manages menu shortcuts.
- Exports source code files to other formats such as HTML and PDF.
- RAD tool for creating wxWidgets dialogs.