I am using FORTRAN77 for a civil engineering course at a major University and I have been using NOTEPAD++ to edit my f90 files. I have found some annoyances with the "autotabbing" that is implemented. When tab is used, since FORTRAN relies on the column number for locations of line numbers and regular program statements, keywords aren't highlighted. Is there a way to make NOTEPAD++ use NO highlighting without individually setting all the values in the style configurator (for filetype: f90) to be black text with default font style.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using FORTRAN77 for a civil engineering course at a major University and I have been using NOTEPAD++ to edit my f90 files. I have found some annoyances with the "autotabbing" that is implemented. When tab is used, since FORTRAN relies on the column number for locations of line numbers and regular program statements, keywords aren't highlighted. Is there a way to make NOTEPAD++ use NO highlighting without individually setting all the values in the style configurator (for filetype: f90) to be black text with default font style.
You could always select "Language->Normal Text" manually?