Difference between revisions of "Code::Blocks Plugins"
From Code::Blocks
MortenMacFly (talk | contribs) (some more core plugins) |
MortenMacFly (talk | contribs) (some more contrib plugins) |
||
Line 61: | Line 61: | ||
:Helps you keep track of your project version and status. | :Helps you keep track of your project version and status. | ||
+ | |||
+ | '''[[Browse Tracker plugins|Browse Tracker]]''' | ||
+ | |||
+ | :Browse to previous source positions. | ||
'''[[C::B Games plugin|C::B Games]]''' | '''[[C::B Games plugin|C::B Games]]''' | ||
Line 105: | Line 109: | ||
:Recording and Playback of Key Macros. | :Recording and Playback of Key Macros. | ||
+ | |||
+ | '''[[Koders plugin|Koders]]''' | ||
+ | |||
+ | :Queries the Koders webpage for keywords. | ||
+ | |||
+ | '''[[RegEx Testbed plugin|RegEx Testbed]]''' | ||
+ | |||
+ | :Regular expressions testbed. | ||
'''[[Source Exporter plugin|Source Exporter]]''' | '''[[Source Exporter plugin|Source Exporter]]''' |
Revision as of 07:54, 9 March 2008
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.
- 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.
- 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.
- Manages menu shortcuts.
- Recording and Playback of Key Macros.
- Queries the Koders webpage for keywords.
- 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.
- RAD tool for creating wxWidgets dialogs.