Difference between revisions of "Developer documentation"

From Code::Blocks
(File formats entry)
Line 26: Line 26:
 
* '''[[A short overview about Code::Blocks architecture]]'''
 
* '''[[A short overview about Code::Blocks architecture]]'''
 
:Information about the architecture of Code::Blocks.
 
:Information about the architecture of Code::Blocks.
 +
 +
* '''[[File formats description]]'''
 +
:Description of the format of each file Code::Blocks produces.
  
 
== Plugin development ==
 
== Plugin development ==

Revision as of 11:33, 1 March 2007

Articles for Code::Blocks developers.

Code::Blocks uses Launchpad to coordinate translation efforts.
The source code formatting style used in the Code::Blocks' source.
How to add support for new syntax lighting schemes.
Creating a diff file and then submitting it to the patch tracker.
Information about unicode standards and how unicode is handled in Code::Blocks' source code.
List of various development tips for Code::Blocks.
Information about scripting Code::Blocks with Squirrel.
Information about the architecture of Code::Blocks.
Description of the format of each file Code::Blocks produces.

Plugin development

Scripting

Using scripting to extend Code::Blocks' functionality