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

Photran - An Integrated Development Environment and Refactoring Tool for Fortran
Photran is an IDE and refactoring tool for Fortran based on  Eclipse  and the CDT 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:Screenshot of Photran 3.1 Beta 2

  • 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











发布了34 篇原创文章 · 获赞 9 · 访问量 9万+

猜你喜欢

转载自blog.csdn.net/tianyatest/article/details/48629675