Difference between revisions of "Code::Blocks Plugins"
From Code::Blocks
m (article name tweaks) |
|||
Line 5: | Line 5: | ||
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. | 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. | ||
− | '''[[Autosave | + | '''[[Autosave plugin|Autosave]]''' |
:Saves project files between intervals. | :Saves project files between intervals. | ||
− | '''[[Class Wizard | + | '''[[Class Wizard plugin|Class Wizard]]''' |
:Provides wizard for creating new classes. | :Provides wizard for creating new classes. | ||
− | '''[[Code Completion | + | '''[[Code Completion plugin|Code Completion]]''' |
:Provides code completion functionality and class browser. | :Provides code completion functionality and class browser. | ||
− | '''[[Compiler | + | '''[[Compiler plugin|Compiler]]''' |
:Provides support for various compilers in one interface. | :Provides support for various compilers in one interface. | ||
− | '''[[Debugger | + | '''[[Debugger plugin|Debugger]]''' |
:Provides support for various debuggers in one interface. | :Provides support for various debuggers in one interface. | ||
− | '''[[File Extension Handler | + | '''[[File Extension Handler plugin|File Extensions Handler]]''' |
:Adds extra file extension handlers. | :Adds extra file extension handlers. | ||
− | '''[[Generic Wizard | + | '''[[Generic Wizard plugin|Generic Wizard]]''' |
:Provides scripted wizard functionality. | :Provides scripted wizard functionality. | ||
− | '''[[Plugin Wizard | + | '''[[Plugin Wizard plugin|Plugin Wizard]]''' |
:Provides a wizard for creating new plugins. | :Provides a wizard for creating new plugins. | ||
− | '''[[Source Code Formatter | + | '''[[Source Code Formatter plugin|Source Code Formatter]]''' |
:Formats source code files with specific style. | :Formats source code files with specific style. | ||
− | '''[[Todo List | + | '''[[Todo List plugin|Todo List]]''' |
:Adds to-do items to source code. | :Adds to-do items to source code. | ||
Line 49: | Line 49: | ||
The user-''contrib''uted plugins are not installed by default (in Windows installations they are however) 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 (in Windows installations they are however) and offer extended functionality for Code::Blocks. The contrib plugins are maintained / developed by third-party developers. | ||
− | '''[[Byo Games | + | '''[[Byo Games plugin|Byo Games]]''' |
:Games in a integrated development environment? You bet. | :Games in a integrated development environment? You bet. | ||
− | '''[[Code Profiler | + | '''[[Code Profiler plugin|Code Profiler]]''' |
:Provides graphical interface to GNU GProf profiler. | :Provides graphical interface to GNU GProf profiler. | ||
− | '''[[Code Statistics | + | '''[[Code Statistics plugin|Code Statistics]]''' |
:Shows various statistics from source code files. | :Shows various statistics from source code files. | ||
− | '''[[Copy Strings to Clipboard | + | '''[[Copy Strings to Clipboard plugin|Copy Strings to Clipboard]]''' |
:Copies literal strings from the current editor to clipboard. | :Copies literal strings from the current editor to clipboard. | ||
− | '''[[DevPak Installer | + | '''[[DevPak Installer plugin|DevPak Installer]]''' |
:Installs and updates DevC++ DevPaks. | :Installs and updates DevC++ DevPaks. | ||
− | '''[[DragScroll | + | '''[[DragScroll plugin|DragScroll]]''' |
:Enables dragging and scrolling with mouse. | :Enables dragging and scrolling with mouse. | ||
− | '''[[Environment Variables | + | '''[[Environment Variables plugin|Environment Variables]]''' |
:Sets environment variables within the focus of Code::Blocks. | :Sets environment variables within the focus of Code::Blocks. | ||
− | '''[[Help | + | '''[[Help plugin]]''' |
:Integrates third-party help files to the interface. | :Integrates third-party help files to the interface. | ||
− | '''[[Keyboard Shortcuts | + | '''[[Keyboard Shortcuts plugin|Keyboard Shortcuts]]''' |
:Manages menu shortcuts. | :Manages menu shortcuts. | ||
− | '''[[Source Exporter | + | '''[[Source Exporter plugin|Source Exporter]]''' |
:Exports source code files to other formats such as HTML and PDF. | :Exports source code files to other formats such as HTML and PDF. | ||
− | '''[[WinXP Look'n'Feel | + | '''[[WinXP Look'n'Feel plugin|WinXP Look'n'Feel]]''' |
:Creates manifest file which enables the version 6.0 of the Common Controls on Windows XP. | :Creates manifest file which enables the version 6.0 of the Common Controls on Windows XP. | ||
− | '''[[wxSmith | + | '''[[wxSmith plugin|wxSmith]]''' |
:RAD tool for creating wxWidgets dialogs. | :RAD tool for creating wxWidgets dialogs. |
Revision as of 15:31, 8 July 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.
- Provides a wizard for creating new plugins.
- Formats source code files with specific style.
- Adds to-do items to source code.
Contrib Plugins
The user-contributed plugins are not installed by default (in Windows installations they are however) 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.
- 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.
- Creates manifest file which enables the version 6.0 of the Common Controls on Windows XP.
- RAD tool for creating wxWidgets dialogs.