Difference between revisions of "Developer documentation"

From Code::Blocks
m (remove global variables)
Line 11: Line 11:
 
* '''[[Creating a patch to submit to BerliOS (Patch Tracker)]]'''
 
* '''[[Creating a patch to submit to BerliOS (Patch Tracker)]]'''
 
:Creating a diff file and then submitting it to the 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]]'''
 
* '''[[Unicode Standards]]'''

Revision as of 15:07, 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.
Information about unicode standards and how unicode is handled in Code::Blocks' source code.
List of various development tips for Code::Blocks.

Plugin development