Difference between revisions of "Fortran support in Code::Blocks"
From Code::Blocks
m (moved Installing Fortran Compiler to Fortran support in Code::Blocks: Obsolete information) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:User Documentation]] | [[Category:User Documentation]] | ||
− | + | Presently Code::Blocks IDE has support not only for C/C++ but for Fortran also. Features of Code::Blocks useful for Fortran: | |
− | + | * Editor with syntax highlighting for fixed and free Fortran source code | |
− | * | + | * Support for GFortran and PGI Fortran compilers. Other Fortran compilers can be added by users too. “Support for compiler” means: (a) the graphical interface for the options of the compiler and (b) catching of compilation errors and warnings and jumping to the corresponding code line |
+ | * During the compilation Code::Blocks cares about the dependencies between Fortran files in the project (it is important when Fortran modules are used) | ||
+ | * Symbol browser with program units and variables defined in Fortran files | ||
+ | * Code-completion | ||
+ | * Call-tips | ||
+ | * and some more. | ||
− | + | Most of the functionality useful for Fortran is implemented through FortranProject plugin. More information about the use of Code::Blocks with Fortran can be found on [http://cbfortran.sourceforge.net/ cbfortran page]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[Fortran Project plugin]] - Fortran code completion and symbol browser. | * [[Fortran Project plugin]] - Fortran code completion and symbol browser. |
Latest revision as of 19:03, 10 May 2016
Presently Code::Blocks IDE has support not only for C/C++ but for Fortran also. Features of Code::Blocks useful for Fortran:
- Editor with syntax highlighting for fixed and free Fortran source code
- Support for GFortran and PGI Fortran compilers. Other Fortran compilers can be added by users too. “Support for compiler” means: (a) the graphical interface for the options of the compiler and (b) catching of compilation errors and warnings and jumping to the corresponding code line
- During the compilation Code::Blocks cares about the dependencies between Fortran files in the project (it is important when Fortran modules are used)
- Symbol browser with program units and variables defined in Fortran files
- Code-completion
- Call-tips
- and some more.
Most of the functionality useful for Fortran is implemented through FortranProject plugin. More information about the use of Code::Blocks with Fortran can be found on cbfortran page.
See also
- Fortran Project plugin - Fortran code completion and symbol browser.