Difference between revisions of "Developer documentation"

From Code::Blocks
m (moved few articles)
Line 2: Line 2:
 
[[Category:Developer Documentation]]
 
[[Category:Developer Documentation]]
 
Articles for Code::Blocks developers.
 
Articles for Code::Blocks developers.
 +
 +
* '''[[Coding style to use]]'''
 +
:The source code formatting style used in the Code::Blocks' source.
 +
 +
* '''[[Creating a custom lexer for Code::Blocks editor]]'''
 +
:How to add support for new syntax lighting schemes.
 +
 +
* '''[[Creating a patch to submit to BerliOS (Patch Tracker)]]'''
 +
:Creating a diff file and then submitting it to the patch tracker.
 +
 +
* '''[[Recommended global variables]]'''
 +
:A list of recommended global variables.
 +
 +
* '''[[Unicode Standards]]'''
 +
:Information about unicode standards and how unicode is handled in Code::Blocks' source code.
 +
 +
* '''[[Various development tips]]'''
 +
:List of various development tips for Code::Blocks.
  
 
== Plugin development ==
 
== Plugin development ==

Revision as of 14:47, 8 July 2006

Articles for Code::Blocks developers.

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.
A list of recommended global variables.
Information about unicode standards and how unicode is handled in Code::Blocks' source code.
List of various development tips for Code::Blocks.

Plugin development