Difference between revisions of "User documentation"
From Code::Blocks
Bluehazzard (talk | contribs) (Add manipulating multiple projects at the same time) |
Bluehazzard (talk | contribs) (Add Customizing Codeblocks category) |
||
Line 15: | Line 15: | ||
'''[[Keyboard Shortcuts]]''' | '''[[Keyboard Shortcuts]]''' | ||
:List of keyboard shortcuts that can be used in Code::Blocks. | :List of keyboard shortcuts that can be used in Code::Blocks. | ||
− | |||
− | |||
− | |||
'''[[Basic Tutorial]]''' | '''[[Basic Tutorial]]''' | ||
Line 24: | Line 21: | ||
'''[[Command line arguments]]''' | '''[[Command line arguments]]''' | ||
:List of command-line arguments that can be used with Code::Blocks. | :List of command-line arguments that can be used with Code::Blocks. | ||
− | |||
− | |||
− | |||
'''[[Tools+ reference|User-defined tools]]''' | '''[[Tools+ reference|User-defined tools]]''' | ||
Line 33: | Line 27: | ||
'''[[The build process of Code::Blocks]]''' | '''[[The build process of Code::Blocks]]''' | ||
:Information about how Code::Blocks actually builds your source code. | :Information about how Code::Blocks actually builds your source code. | ||
− | |||
− | |||
− | |||
'''[[wxSmith tutorials]]''' | '''[[wxSmith tutorials]]''' | ||
Line 55: | Line 46: | ||
'''[[Miscellaneous]]''' | '''[[Miscellaneous]]''' | ||
:Miscellaneous things related to the user development experience. This is a catch all place. | :Miscellaneous things related to the user development experience. This is a catch all place. | ||
+ | |||
+ | == Customizing Codeblocks | ||
+ | |||
+ | '''[[Scripting Code::Blocks]]''' | ||
+ | :Information about scripting Code::Blocks with [http://www.squirrel-lang.org/ Squirrel]. | ||
+ | |||
+ | '''[[Syntax highlighting custom colour themes]]''' | ||
+ | :Change the color of the editor, code highlighting | ||
+ | |||
+ | '''[[Code::Blocks Plugins]]''' | ||
+ | :List of plugins that come with Code::Blocks. | ||
+ | |||
+ | '''[[Personalities]]''' | ||
+ | :Customize the Code::Blocks user interface for different workflows. | ||
== Application development == | == Application development == |
Revision as of 22:36, 28 September 2016
Official user document
The Official Code::Blocks user document can be found here.
- Contributed Polish translation.
Articles for Code::Blocks users
- How to install Code::Blocks (from binary or source).
- How to get started with project setup and management.
- List of keyboard shortcuts that can be used in Code::Blocks.
- Information useful to make sense of Code::Blocks' settings (for newer users).
- List of command-line arguments that can be used with Code::Blocks.
- Integrate external programs into Code::Blocks.
The build process of Code::Blocks
- Information about how Code::Blocks actually builds your source code.
- 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.
- Using makefiles with CB is not normally necessary (CB does this automatically) but if you have some compelling reason to use one - here's how.
- CB can use dynamic variables, that get replaced automatically, on various places, like in the build options or the post and pre build steps
Manipulating multiple projects at the same time
- To manipulate options of multiple projects at the same time you can use a contributed plugin named Project options manipulator
- Miscellaneous things related to the user development experience. This is a catch all place.
== Customizing Codeblocks
- Information about scripting Code::Blocks with Squirrel.
Syntax highlighting custom colour themes
- Change the color of the editor, code highlighting
- List of plugins that come with Code::Blocks.
- Customize the Code::Blocks user interface for different workflows.
Application development
- Builtin variables
- Recommended global variables
- Code::Blocks variable types synthesis
- Debugging with Code::Blocks
- Unit testing with Code::Blocks
- Adding support for non C/C++ files to the build system
- Integrating the SCons build system
Compilers
- Global compiler variables
- Precompiled headers
- Installing a supported compiler
- Installing Cygwin Compiler
- Installing Fortran Compiler
- Installing Objective-C Compiler
- Installing Uniwin remote compiler
- Using Xming for remote compilation
- Using STLFilt with MinGW
- Using cross compilers
- Cross Compiling wxWidgets Applications on Linux
- Integrating Microsoft Visual Toolkit 2003 with Code::Blocks IDE
- Integrating Microsoft Visual C 6 with Code::Blocks IDE
- Using the Code::Blocks IDE with SDCC on PIC MCUs
- Using Code::Blocks with Open Watcom
- Creating a custom compiler (Unfinished page.)
- Setting up for 64-bit windows development with Mirosoft compilers
- Developing 32 bit apps under 64 bit Linux (Ubuntu)
User interface development
Third-party libraries
- Using Boost with Code::Blocks (Windows)
- Using wxWidgets with Code::Blocks
- Using SDL with Code::Blocks
- Using GLFW with Code::Blocks
- Using Allegro with Code::Blocks
- Using FreeGlut with Code::Blocks
- Using OpenCV with Code::Blocks