I have been running Plato on several computers to compile and run various Ftn95 programs. One of the nice things about it, is the row/column indicator at the bottom of the Plato window, telling you which row and column of your FORTRAN code, the cursor is presently on.
One reason it's handy, of course, is that when you have a bug in the program, you usually get an error message describing the problem, and telling you which line of the (FORTRAN) code was being executed when the problem cropped up. It's easy, using the row/column indicator, to move the cursor to the line in question, and figure out what to do from there.
But I have installed Plato on a Windows 2000 system, also. Everything looks the same, except the row/column indicator at the bottom of the window, is gone. That makes it a lot tougher to tell exactly where the latest error is, especially in thousand-line programs.
Is there something I can do in this Windows 2000 implementation, to get the row/column indicator back?