Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Q re IDE with IVF 10.1 source code editor

WSinc
New Contributor I
396 Views
Hello Dr. Fortran;

I finally am up and running with my 10.1 license, which came with VSPPE 2005.

However, I've noticed a difference when compiling. Errors are listed in the output file as before, but now it does not mark the offending lines in the source code. Nor are the line numbers given in the source code editor. This can make it difficult sometimes to find the actual error, and sometimes I actually have to COUNT the lines in the source code.

Since the project properties are the same as before, is there a switch that got turned off that needs to be re-enabled? I tried to find one in the project properties, but maybe that's a property of the source code EDITOR. Where would I find editor properties? I scanned the docs that came with VSPPE, and could not find that either.

Any clues?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
396 Views
You can click (or maybe double-click) on most error messages and it will bring you right to the line with the error.

To see line numbers, select Tools > Options > Text Editor > General. The box for line numbers may have a gray check in it. Click it to clear it and then click it again to enable line numbers for all file types.
0 Kudos
Reply