Difference between revisions of "User documentation"

From Code::Blocks
(Added my new WxWindowsQuickRef under third-party libraries)
(→‎Application development: Support for non C/C++ files)
Line 43: Line 43:
 
* [[Code::Blocks variable types synthesis]]
 
* [[Code::Blocks variable types synthesis]]
 
* [[Debugging with Code::Blocks]]
 
* [[Debugging with Code::Blocks]]
 +
* [[Adding support for non C/C++ files to the build system]]
  
 
== Compilers ==
 
== Compilers ==

Revision as of 08:28, 17 September 2007

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

Miscellaneous

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

Application development

Compilers

Third-party libraries

User interface development