Difference between revisions of "Developer documentation"
From Code::Blocks
m (move Scripting here) |
|||
Line 20: | Line 20: | ||
* '''[[Various development tips]]''' | * '''[[Various development tips]]''' | ||
:List of various development tips for Code::Blocks. | :List of various development tips for Code::Blocks. | ||
+ | |||
+ | * '''[[Scripting Code::Blocks]]''' | ||
+ | :Information about scripting Code::Blocks with [http://www.squirrel-lang.org/ Squirrel]. | ||
== Plugin development == | == Plugin development == |
Revision as of 18:51, 11 November 2006
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.
Plugin development
- Creating a simple "Hello World" plugin
- Creating a Plug-in which modifies CB's Menus
- Creating a plugin that actually does something
Scripting
Using scripting to extend Code::Blocks' functionality