ctags with Fortran 90
Posted: Wed May 11, 2005 3:50 pm
I am writing Lahey Fortran code using standard Fortran 90
File extensions are .F90, but the code is an extension to Fortran 77 whose file extensions are .FOR
CTAGS is set to handle fortran code under the .FOR extension
I edited the environment variable to read
I can now run
at the DOS prompt and get a TAGS file.
However, if I
1) touch all the fortran files
2) delete TAGS
3) select menu item TAGS--UPDATE
Then
1) Zeus generate a xxx.zbi file
2) but no TAGS file.
I don't get an error from Zeus, there seems to be a pause and it returns.
If I leave the TAGS file generated manually in place, Zeus does not seem to be using it since none of the + signs appear (as they once did for a .for file).
If I look at a dump of the .zbi file, it has the subroutine names mixed in
If I look at the TAGS file, it has a nice sorted list of the subroutine names
Is there a way to see the ctags command line? I would hope it is something like what I gave above, or maybe a list of the files in the workspace.
Ideas?
File extensions are .F90, but the code is an extension to Fortran 77 whose file extensions are .FOR
CTAGS is set to handle fortran code under the .FOR extension
I edited the environment variable to read
Code: Select all
CTAGS=--langmap=fortran:+.f90
Code: Select all
ctags *.f90
However, if I
1) touch all the fortran files
2) delete TAGS
3) select menu item TAGS--UPDATE
Then
1) Zeus generate a xxx.zbi file
2) but no TAGS file.
I don't get an error from Zeus, there seems to be a pause and it returns.
If I leave the TAGS file generated manually in place, Zeus does not seem to be using it since none of the + signs appear (as they once did for a .for file).
If I look at a dump of the .zbi file, it has the subroutine names mixed in
If I look at the TAGS file, it has a nice sorted list of the subroutine names
Is there a way to see the ctags command line? I would hope it is something like what I gave above, or maybe a list of the files in the workspace.
Ideas?