Difference between revisions of "Developer documentation"
From Code::Blocks
(+ direct links to source repository) |
|||
Line 1: | Line 1: | ||
[[Category:Code::Blocks Documentation]] | [[Category:Code::Blocks Documentation]] | ||
[[Category:Developer Documentation]] | [[Category:Developer Documentation]] | ||
− | Articles for Code::Blocks developers. | + | {{Layout_box2|1= |
+ | '''Code repository'''<br/> | ||
+ | * Web-interface by ViewVC: http://svn.berlios.de/viewcvs/codeblocks/trunk/<br/> | ||
+ | * Subversion URL: <nowiki>http://svn.berlios.de/svnroot/repos/codeblocks/trunk</nowiki> | ||
+ | }} | ||
+ | |||
+ | '''Articles for Code::Blocks developers.''' | ||
* '''[http://launchpad.net/products/codeblocks/ Translation]''' | * '''[http://launchpad.net/products/codeblocks/ Translation]''' |
Revision as of 18:58, 29 June 2008
Code repository
- Web-interface by ViewVC: http://svn.berlios.de/viewcvs/codeblocks/trunk/
- Subversion URL: http://svn.berlios.de/svnroot/repos/codeblocks/trunk
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
- Creating a simple "Hello World" plugin
- Creating a Plug-in which modifies CB's Menus
- Creating a plugin that actually does something
- Linking the plugin to a Nightly Build
- Managing Plug-in Resources
Scripting
Using scripting to extend Code::Blocks' functionality