Difference between revisions of "Developing for Code::Blocks"
From Code::Blocks
MortenMacFly (talk | contribs) (Added new topic on how to create a "good" patch) |
(Re-ordered sections and moved plugins devel. tuts to tutorials page) |
||
Line 1: | Line 1: | ||
== General development == | == General development == | ||
− | |||
*[[Coding style to use]] | *[[Coding style to use]] | ||
− | |||
*[[Creating a custom lexer for Code::Blocks editor]] | *[[Creating a custom lexer for Code::Blocks editor]] | ||
− | |||
*[[Languages supported by Code::Blocks lexers]] | *[[Languages supported by Code::Blocks lexers]] | ||
− | |||
*[[Various development tips]] | *[[Various development tips]] | ||
− | |||
*[[Creating a patch to submit to BerliOS (Patch Tracker)]] | *[[Creating a patch to submit to BerliOS (Patch Tracker)]] | ||
− | |||
− | *[[ | + | == wxSmith development tutorials == |
+ | *[[wxSmith Tutorial & Pointers]] | ||
+ | *[[Comparison of wxSmith features]] | ||
+ | *[[Adding new widget to wxSmith]] | ||
− | |||
+ | == Plugins development == | ||
*[[Research on doing a Plug-in for embedded help in CB]] | *[[Research on doing a Plug-in for embedded help in CB]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:41, 5 April 2006
General development
- Coding style to use
- Creating a custom lexer for Code::Blocks editor
- Languages supported by Code::Blocks lexers
- Various development tips
- Creating a patch to submit to BerliOS (Patch Tracker)
wxSmith development tutorials