Difference between revisions of "Code::Blocks Plugins"
From Code::Blocks
Sethjackson (talk | contribs) m |
|||
Line 89: | Line 89: | ||
:Manages menu shortcuts. | :Manages menu shortcuts. | ||
+ | |||
+ | '''[[KeyMacs plugin|KeyMacs]]''' | ||
+ | |||
+ | :Enables Recording and Playback of Key Macros. | ||
'''[[Source Exporter plugin|Source Exporter]]''' | '''[[Source Exporter plugin|Source Exporter]]''' |
Revision as of 16:44, 15 January 2007
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.
- Enables Recording and Playback of Key Macros.
- Exports source code files to other formats such as HTML and PDF.
- RAD tool for creating wxWidgets dialogs.