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

How to set font/color for specific Fortran statements

OP1
New Contributor III
1,141 Views
The default color for most Fortran statements inVisual Studio2005 is blue, as shown below:
USE MODULE_CONSTANTS

However, some statements, such as IMPORT are not recognized and appear in black. Is there a way to change this?

Thanks,

Olivier
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,141 Views
The kwyword has to be recognized by the Fortran integration. My guess is that you're using version 10.x which doesn't. Version 11 does. There is no way for you to modify this. You CAN change the color used for all keywords - Tools > Options > Fonts and Colors > Keyword
0 Kudos
Reply