您的位置:首页 > 编程语言 > Java开发

采用eclipse进行fortran程序开发--Photran

2015-09-21 17:25 435 查看
Photran - An Integrated Development Environment and Refactoring Tool for Fortran
Photran is an IDE and refactoring tool for Fortran based on Eclipse and
theCDT. Photran
8.1 was released with Eclipse 4.3 (Kepler) on June 26, 2013.
Photran 8.1 supports Fortran 77-2008. It includes 39 refactorings (including Rename, Extract Procedure, and loop transformations), as well as the following IDE features:


Syntax-highlighting editor
Outline view
Content assist*
Open declaration*
Declaration view and hover tips*
Fortran language-based searching*
Support for CVS & other VCS's**
Interactive debugger (gdb GUI)
Makefile-based compilation
Optional Makefile generation
Recognition of error messages from most popular Fortran compilers
* A project must explicitly have analysis support enabled for these features to work. See the Photran documentation for more information.
** CVS is supported in most Eclipse installations. Subversion, Git, and other version control systems are supported via third-party Eclipse plug-ins.
Photran is a component of the Eclipse
Parallel Tools Platform (PTP).

Photran是一个基于 Eclipse和CDT的Fortran语言IDE。它包括:语法高亮显示的编辑器。CVS支持。GUI到gdb支持。基于Makefile编译。编译器错误提取。
感觉还是比较好用,

该项目主页:http://www.eclipse.org/photran/

References:
http://wiki.eclipse.org/PTP/photran/documentation
http://blog.renren.com/share/118485639/13541672283
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  fortran ide