Difference between revisions of "User documentation"

From Code::Blocks
(Added Third-party Applications and moved User interface development up.)
Line 63: Line 63:
 
* [[Using the Code::Blocks IDE with SDCC on PIC MCUs]]
 
* [[Using the Code::Blocks IDE with SDCC on PIC MCUs]]
 
* [[Using Code::Blocks with Open Watcom]]
 
* [[Using Code::Blocks with Open Watcom]]
 +
 +
== User interface development ==
 +
 +
* [[WxSmith Tutorial & Pointers|Creating a dialog for wxWidgets with wxSmith]]
  
 
== Third-party libraries ==
 
== Third-party libraries ==
Line 71: Line 75:
 
* [[Using GLFW with Code::Blocks]]
 
* [[Using GLFW with Code::Blocks]]
  
== User interface development ==
+
== Third-party Applications ==
  
* [[WxSmith Tutorial & Pointers|Creating a dialog for wxWidgets with wxSmith]]
+
* [[KiCadBuildQuickRef|How-to build KiCad with Code::Blocks]]

Revision as of 01:12, 7 March 2009

Articles for Code::Blocks users.

Installing Code::Blocks

How to install Code::Blocks (from binary or source)

Keyboard Shortcuts

List of keyboard shortcuts that can be used in Code::Blocks

Command line arguments

List of command-line arguments that can be used with Code::Blocks.

Personalities

Customize the Code::Blocks user interface for different workflows.

Code::Blocks Plugins

List of plugins that come with Code::Blocks.

The build process of Code::Blocks

Information about how Code::Blocks actually builds your source code.

Scripting Code::Blocks

Information about scripting Code::Blocks with Squirrel.

wxSmith tutorials

Information about how to use wxSmith RAD editor

Building an Non-Unicode Win32 Code::Blocks

Information about how to modify the Code::Blocks project files for an Non-Unicode build of Code::Blocks.

Miscellaneous

Miscellaneous things related to the user development experience. This is a catch all place.

Application development

Compilers

User interface development

Third-party libraries

Third-party Applications