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?