Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29336 Discussions

IntelliSense error on opening (but not editing) a file

DavidWhite
Valued Contributor II
599 Views

When you reopen a solution which has a file already open, Intelligence can do some very strange things  to your file, depending on where the cursor location is.

For example, if the cursor is at the end of a line END IF, it add the text (.true.) to the end of the line.

If you do not notice that the file has been changed, this results in failed builds.

e.g.

If (NaFgpL<0D0) Then

    NaF = TAgpL * NaFTA

Else

    NaF =NaFgpL

END if (.true.)

I think this has been reported previously, but has not been rectified yet.

 

Thanks,

David

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
599 Views
I think this one is fixed in Update 2, due in January.
0 Kudos
Reply