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

White columns

Alexander_W_1
初学者
694 次查看

Hey. I am working on a Fortran 77 code in Visual Studio 2015, and when I type in a Blank behind the 72th column (stack overflow) a white field appears, as illustrated in the image below.

How can I disable this function?

Thanks for your help. 

white.JPG

0 项奖励
3 回复数
Steve_Lionel
名誉分销商 III
694 次查看

That is an indicator that you're past the end of the statement field - in fixed form source, characters beyond 72 are ignored. You can change the appearance through Tools > Options > Environment > Fonts and Colors > Fortran Beyond End of Line.

0 项奖励
Alexander_W_1
初学者
694 次查看

Sorry for annoying you with such trivial things, but it still happens. see below

2.JPG1.JPG

0 项奖励
Steve_Lionel
名誉分销商 III
694 次查看

Sorry - I should have said "Fortran Sequence Number"  In the Dark theme, the background of this field is white (or light gray). The general background isn't full black, so you'll have to play a bit with the color value.

0 项奖励
回复