Home > Archive > Fortran > August 2005 > indexing tags like cscope in fortran?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
indexing tags like cscope in fortran?
|
|
| Harshal 2005-08-26, 6:59 pm |
| anyone knows something like cscope for fortran. it becomes really
helpful when reading sources scattered across multiple files. anything
which can do indexing of fortran code.
thanks in advanced.
| |
| kfitch42@gmail.com 2005-08-27, 3:56 am |
| You might want to try understand for fortran( http://scitools.com/ ).
It is by no means perfect, but it can do a decent job. I have found it
to crash on occasion and get mildly by include statements, but
its the best tool I have been able to find.
Photran ( http://photran.org ) can do simple stuff as far as code
analysis is concerned and is a pretty good development environment.
| |
| Harshal 2005-08-27, 3:56 am |
| thanks for your reply,
but then i think emacs tags also do a nice job. i can from the
fuction i can directly jump to defination etc. only thing is, cscope
for C does it in better way.
as far as that eclipse (photran) this is there, i will have to get used
to new editor all togather ( and i don't want to leave emacs ;)
anyways thanks again for the advice.
kfitch42@gmail.com wrote:
> You might want to try understand for fortran( http://scitools.com/ ).
> It is by no means perfect, but it can do a decent job. I have found it
> to crash on occasion and get mildly by include statements, but
> its the best tool I have been able to find.
>
> Photran ( http://photran.org ) can do simple stuff as far as code
> analysis is concerned and is a pretty good development environment.
| |
| beliavsky@aol.com 2005-08-27, 6:58 pm |
| kfitch42@gmail.com wrote:
> You might want to try understand for fortran( http://scitools.com/ ).
> It is by no means perfect, but it can do a decent job. I have found it
> to crash on occasion and get mildly by include statements, but
> its the best tool I have been able to find.
>
> Photran ( http://photran.org ) can do simple stuff as far as code
> analysis is concerned and is a pretty good development environment.
There are links to many code analysis tools for Fortran, some free and
some commercial, at the Open Directory at
http://www.dmoz.org/Computers/Progr.../Code_Analysis/
..
| |
| jussij@zeusedit.com 2005-08-30, 9:56 pm |
| > anyone knows something like cscope for fortran. it
> becomes really helpful when reading sources scattered
> across multiple files. anything which can do indexing
> of fortran code.
The Exuberant CTAGS utility lists Fortran as one of the
supported languages:
http://ctags.sourceforge.net/languages.html
FWIW the Zeus editor offers seamless integrating with
Exuberant CTAGS, whcih mean in theory Zeus should be
able to do Fortran class browsing:
http://www.zeusedit.com/lookmain.html
and CTAGS database searching:
http://www.zeusedit.com/forum/viewtopic.php?t=185
Note: Zeus is shareware and only runs on Windows (45 free trial).
Jussi Jumppanen
Author: Zeus for Windows Programmer's Editor
|
|
|
|
|