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 Plugin|Autosave]]'''
+
'''[[Autosave plugin|Autosave]]'''
  
 
:Saves project files between intervals.
 
:Saves project files between intervals.
  
'''[[Class Wizard Plugin|Class Wizard]]'''
+
'''[[Class Wizard plugin|Class Wizard]]'''
  
 
:Provides wizard for creating new classes.
 
:Provides wizard for creating new classes.
  
'''[[Code Completion Plugin|Code Completion]]'''
+
'''[[Code Completion plugin|Code Completion]]'''
  
 
:Provides code completion functionality and class browser.
 
:Provides code completion functionality and class browser.
  
'''[[Compiler Plugin|Compiler]]'''
+
'''[[Compiler plugin|Compiler]]'''
  
 
:Provides support for various compilers in one interface.
 
:Provides support for various compilers in one interface.
  
'''[[Debugger Plugin|Debugger]]'''
+
'''[[Debugger plugin|Debugger]]'''
  
 
:Provides support for various debuggers in one interface.
 
:Provides support for various debuggers in one interface.
  
'''[[File Extension Handler Plugin|File Extensions Handler]]'''
+
'''[[File Extension Handler plugin|File Extensions Handler]]'''
  
 
:Adds extra file extension handlers.
 
:Adds extra file extension handlers.
  
'''[[Generic Wizard Plugin|Generic Wizard]]'''
+
'''[[Generic Wizard plugin|Generic Wizard]]'''
  
 
:Provides scripted wizard functionality.
 
:Provides scripted wizard functionality.
  
'''[[Plugin Wizard Plugin|Plugin Wizard]]'''
+
'''[[Plugin Wizard plugin|Plugin Wizard]]'''
  
 
:Provides a wizard for creating new plugins.
 
:Provides a wizard for creating new plugins.
  
'''[[Source Code Formatter Plugin|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 Plugin|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 Plugin|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 Plugin|Code Profiler]]'''
+
'''[[Code Profiler plugin|Code Profiler]]'''
  
 
:Provides graphical interface to GNU GProf profiler.
 
:Provides graphical interface to GNU GProf profiler.
  
'''[[Code Statistics Plugin|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 Plugin|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 Plugin|DevPak Installer]]'''
+
'''[[DevPak Installer plugin|DevPak Installer]]'''
  
 
:Installs and updates DevC++ DevPaks.
 
:Installs and updates DevC++ DevPaks.
  
'''[[DragScroll Plugin|DragScroll]]'''
+
'''[[DragScroll plugin|DragScroll]]'''
  
 
:Enables dragging and scrolling with mouse.
 
:Enables dragging and scrolling with mouse.
  
'''[[Environment Variables Plugin|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 Plugin]]'''
+
'''[[Help plugin]]'''
  
 
:Integrates third-party help files to the interface.
 
:Integrates third-party help files to the interface.
  
'''[[Keyboard Shortcuts Plugin|Keyboard Shortcuts]]'''
+
'''[[Keyboard Shortcuts plugin|Keyboard Shortcuts]]'''
  
 
:Manages menu shortcuts.
 
:Manages menu shortcuts.
  
'''[[Source Exporter Plugin|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 Plugin|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 Plugin|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.

Autosave

Saves project files between intervals.

Class Wizard

Provides wizard for creating new classes.

Code Completion

Provides code completion functionality and class browser.

Compiler

Provides support for various compilers in one interface.

Debugger

Provides support for various debuggers in one interface.

File Extensions Handler

Adds extra file extension handlers.

Generic Wizard

Provides scripted wizard functionality.

Plugin Wizard

Provides a wizard for creating new plugins.

Source Code Formatter

Formats source code files with specific style.

Todo List

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.

Byo Games

Games in a integrated development environment? You bet.

Code Profiler

Provides graphical interface to GNU GProf profiler.

Code Statistics

Shows various statistics from source code files.

Copy Strings to Clipboard

Copies literal strings from the current editor to clipboard.

DevPak Installer

Installs and updates DevC++ DevPaks.

DragScroll

Enables dragging and scrolling with mouse.

Environment Variables

Sets environment variables within the focus of Code::Blocks.

Help plugin

Integrates third-party help files to the interface.

Keyboard Shortcuts

Manages menu shortcuts.

Source Exporter

Exports source code files to other formats such as HTML and PDF.

WinXP Look'n'Feel

Creates manifest file which enables the version 6.0 of the Common Controls on Windows XP.

wxSmith

RAD tool for creating wxWidgets dialogs.