Difference between revisions of "Code::Blocks Plugins"

From Code::Blocks
m (article name tweaks)
m (Rename to match thier names in Code::Blocks)
Line 29: Line 29:
 
:Adds extra file extension handlers.
 
:Adds extra file extension handlers.
  
'''[[Generic Wizard plugin|Generic Wizard]]'''
+
'''[[Scripted Wizard plugin|Scripted Wizard]]'''
  
 
:Provides scripted wizard functionality.
 
:Provides scripted wizard functionality.
 
'''[[Plugin Wizard plugin|Plugin Wizard]]'''
 
 
:Provides a wizard for creating new plugins.
 
  
 
'''[[Source Code Formatter plugin|Source Code Formatter]]'''
 
'''[[Source Code Formatter plugin|Source Code Formatter]]'''
Line 41: Line 37:
 
:Formats source code files with specific style.
 
:Formats source code files with specific style.
  
'''[[Todo List plugin|Todo List]]'''
+
'''[[To-Do List plugin|To-Do List]]'''
  
 
:Adds to-do items to source code.
 
:Adds to-do items to source code.

Revision as of 15:40, 12 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.

Scripted Wizard

Provides scripted wizard functionality.

Source Code Formatter

Formats source code files with specific style.

To-Do 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.