

Improved the logic behind the brace completion: more intelligent, more intuitive. Improvements in "Call/Called by" tree view: now using the right-click menu is possible to go to the calling line.
#Code blocks free download for windows 7 code
More information about debugging in C::B can be found in Debugging Fortran code in the Code::Blocks IDE. This feature requires the GDB with Python support and Gnuplot installed on the system. For this purpose Gnuplot external program is used. Implemented possibility to visualize content of 1D or 2D array as a curve or 2D surface directly from the debugger session. This feature requires GDB with Python support. Improved how character, complex and dynamic-type variables are displayed in the Watches window. Improved how arrays are displayed in the Watches window. Default behaviour is that the word under the caret is replaced only in a few circumstances.Ī new release v1.6 is out. See a screenshot below.Īdded an option to the FortranProject plugin settings, which makes a word from the code-completion list always replace the word under the caret in the editor. This should improve readability of such code. Ĭode lines, which are excluded from the compilation by the use of the PP directives (such as "#ifdef") are marked (shadowed) in the C::B editor.
#Code blocks free download for windows 7 how to
As an example, I created a short tutorial how to use Fortran Template Library in CBFortran.

This improvement enables the code-completion in a code which uses such PP directives. During the parsing, every Fortran source code line now goes through the PP and only then the code is interpreted as a Fortran code. Improvements in this release:Ĭonsiderably improved support for the C Pre-Processor (PP) directives. Note: FortranProject plugin, which makes C::B useful for Fortran, currently is included in an official Code::Blocks distribution for Windows (but not for Linux).

Also you can find some useful information about how to use it for programming with Fortran. Here you can find a customized (more or less) version of IDE oriented towards Fortran language (pre-built binaries for Linux and Windows are available). Code::Blocks is a free, cross platform Integrated Development Environment (IDE) ( This site is for those, who would like to use Code::Blocks IDE for Fortran.
