Difference between revisions of "Fortran Project plugin"

From Code::Blocks
m (Update link to FP homepage.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
FortranProject plugin makes C::B more useful for Fortran programmers. It adds symbol browser and code completion for Fortran files. Source code and pre-build binaries can be downloaded from [http://darmar.vgtu.lt] .
+
[[Category:Code::Blocks 3rd Party Plugins]]
 +
{{Infobox_Plugin|
 +
  name = FortranProject |
 +
  logo = [[File:Generic-plugin.png]] |
 +
  developer = Darius Markauskas |
 +
  maintainer = |
 +
  version = 1.2
 +
}}
 +
 
 +
FortranProject plugin makes C::B more useful for Fortran programmers. It adds a symbol browser and code completion for Fortran files. Source code and pre-built binaries can be downloaded from the [http://cbfortran.sourceforge.net Fortran Project homepage] .
 +
 
 +
==See also==
 +
* [[Fortran support in Code::Blocks|Fortran support in Code::Blocks]]

Latest revision as of 13:46, 1 August 2015

FortranProject
Generic-plugin.png
Developer(s): Darius Markauskas
Maintainer(s):
Version: 1.2

FortranProject plugin makes C::B more useful for Fortran programmers. It adds a symbol browser and code completion for Fortran files. Source code and pre-built binaries can be downloaded from the Fortran Project homepage .

See also