qtcreator-fortran
qtcreator-fortran copied to clipboard
symlink issue
The Fortran syntax highlighting in this file has an issue, which seems to be resolved with the following: "/.config/QtProject/qtcreator/generic-highlighter/syntax/fortran.xml" is a symlink to "/home/bmjl/.config/QtProject/qtcreator/generic-highlighter/fortran.xml". This should be changed to "../fortran.xml", which seems to work.
Other than this issue, using Qt for Fortran development and debugging is awesome, thanks!!!