Difference between revisions of "Developer documentation"

From Code::Blocks
(Link to manuals)
Line 33: Line 33:
 
:Description of the format of each file Code::Blocks produces.
 
:Description of the format of each file Code::Blocks produces.
  
* '''<u>SDK Documentation</u>'''
+
* '''<u>Documentation</u>'''
:See the project page for this at http://developer.berlios.de/projects/codeblocks/ (under the downloads).
+
:[https://www.codeblocks.org/manual.shtml User's manual] in various formats and languages.
 +
:Also see http://developer.berlios.de/projects/codeblocks/ (under the downloads section).
  
 
== Plug-In development ==
 
== Plug-In development ==

Revision as of 10:19, 23 November 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.
Information about the Code::Blocks SDK events and how to work with them.
Description of the format of each file Code::Blocks produces.
  • Documentation
User's manual in various formats and languages.
Also see http://developer.berlios.de/projects/codeblocks/ (under the downloads section).

Plug-In development

Scripting

Using scripting to extend Code::Blocks' functionality