Code::Blocks IDE

Home page: http://www.codeblocks.org/

Code::Blocks is an open-source, cross-platform, free C++™ Integrated Development Environment (IDE). Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. It is based on a self-developed plugin framework that allows unlimited extensibility. Most of its functionality is already provided by pre-installed plugins included in the base package:

  • Abbreviations - Code::Blocks AutoComplete plugin.

  • Autosave - salva file di progetto tra intervalli.

  • Class Wizard - procedura guidata per la creazione di nuove classi.

  • Code Completion - fornisce funzionalità di completamento codice e navigazione tra classi.

  • Compiler - supporto per vari compilatori in un'unica interfaccia.

  • Debugger - supporto per vari debugger in un'unica interfaccia.

  • File Extensions Handler - aggiunge ulteriori gestori di estensioni dei file.

  • Header Guard (disabled by default) - creates header guards (if needed) on file save.

  • LogHacker (disabled by default) - manipulates loggers.

  • ModPoller (disabled by default) - frequently checks for external modification.

  • Open Files List - gestisce un elenco di tutti i file aperti (editor).

  • Projects Importer - imports projects from other IDEs, e.g. MSVisual Studio and DevC++™.

  • Scripted Wizard - fornisce funzionalità di procedure guidate tramite script.

  • Source Code Formatter (AStyle) - formatta file di codice sorgente con uno specifico stile.

  • Tidycmt (disabled by default) - formats comments on file save.

  • To-Do List - aggiunge elementi di cose da fare al codice sorgente.

  • WinXP™ Look'n'Feel - creates manifest file which enables the version 6.0 of the Common Controls on Windows XP™.

Addtional plugins for Code::Blocks can be obtained at their wiki website: http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins