Difference between revisions of "Developer documentation"
From Code::Blocks
MortenMacFly (talk | contribs) m |
MortenMacFly (talk | contribs) m |
||
Line 12: | Line 12: | ||
'''Articles for Code::Blocks developers.''' | '''Articles for Code::Blocks developers.''' | ||
+ | |||
+ | * '''<u>Documentation</u>''' | ||
+ | :[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). | ||
+ | :Checkout the SDK documentation at http://developer.berlios.de/project/showfiles.php?group_id=5358 as CHM file(s). | ||
* Compile Code::Blocks from sources on '''[[Installing Code::Blocks from source on Windows|Windows]]''' and '''[[Installing Code::Blocks from source on Linux|Linux]]''' | * Compile Code::Blocks from sources on '''[[Installing Code::Blocks from source on Windows|Windows]]''' and '''[[Installing Code::Blocks from source on Linux|Linux]]''' | ||
Line 47: | Line 52: | ||
* '''[[Version control]]''' | * '''[[Version control]]''' | ||
:Tips and trick for working with our version control system. | :Tips and trick for working with our version control system. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Plug-In development == | == Plug-In development == |
Revision as of 10:46, 31 March 2012
Code repository
- Web-interface by ViewVC: http://svn.berlios.de/viewcvs/codeblocks/trunk/
- Subversion URL: http://svn.berlios.de/svnroot/repos/codeblocks/trunk
Mirror (Read-only; refreshed every 30 minutes.)
- Subversion URL: svn://cb.biplab.in/codeblocks/trunk
- Git URL: git://cb.biplab.in/codeblocks.git
Articles for Code::Blocks developers.
- Documentation
- User's manual in various formats and languages.
- Also see http://developer.berlios.de/projects/codeblocks/ (under the downloads section).
- Checkout the SDK documentation at http://developer.berlios.de/project/showfiles.php?group_id=5358 as CHM file(s).
- 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.
- Tips and trick for working with our version control system.
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