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

VS 2012 Editor: extended source-switch ignored

Tobias_Loew
Novice
480 Views

The VS2012 editor seems to ignore the "extended source" option of the FORTRAN-project (neither is there any global VS option for the FORTRAN-source-files): the syntax-highlightning makes everything green (i.e. commented) after the 72-column, even if I use /extend_source:132.

0 Kudos
1 Reply
Anonymous66
Valued Contributor I
480 Views

The property "Fortran->Language" must be set to "Use Fixed Format" in order for Fixed Form Line Length to be taken into account for coloration in Visual Studio.

0 Kudos
Reply