Difference between revisions of "Developing for Code::Blocks"
From Code::Blocks
(Re-ordered sections and moved plugins devel. tuts to tutorials page) |
Sethjackson (talk | contribs) (Categorize, spacing) |
||
Line 1: | Line 1: | ||
+ | [[Category:Code::Blocks Development]] | ||
== 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 development tutorials == | ||
− | *[[wxSmith Tutorial & Pointers]] | + | * [[wxSmith Tutorial & Pointers]] |
− | *[[Comparison of wxSmith features]] | + | * [[Comparison of wxSmith features]] |
− | *[[Adding new widget to wxSmith]] | + | * [[Adding new widget to wxSmith]] |
== Plugins development == | == 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 15:40, 10 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