<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: fortran code appearance in vis studio 2022 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571308#M170860</link>
    <description>&lt;P&gt;MSVS&lt;/P&gt;&lt;P&gt;if you use 2019 you will have no problems, but a number of odd&amp;nbsp; warnings are starting to pop up with building. These can be ignored.&amp;nbsp; This is a older build.&lt;/P&gt;&lt;P&gt;If you are using 2022 then you will have few problems, currently I am at the latest iteration and there are no Fortran problems,&amp;nbsp; this has a few nice bells and whistles&lt;/P&gt;&lt;P&gt;If you are using 2022 Preview and the latest, it is apparent that Intel are starting to accommodate the changes, but they are not fully there yet.&amp;nbsp; If your Fortran skills are high, this will cause no problems merely as noted elsewhere a few annoyances with debugging, which if you loved MS Fortran 3.31 and a vedit editor you will feel just like it is 1989 again.&amp;nbsp; &amp;nbsp;This is much improved in Studio, it is worth pain if you can handle old fashioned debugging.&amp;nbsp; It has a lot of neat features.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is dependent on the age of your computer and your personal pain tolerance, but as it takes only a few hours to reinstall a complete windows with MS and IVF it is not the issue it used to be.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The biggest problem at the moment is the latest iteration of Windows 11 - normal update has an issue with folders and about 25% of my computers around the world have needed a reinstall.&amp;nbsp; It cannot be fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2024 16:25:39 GMT</pubDate>
    <dc:creator>JohnNichols</dc:creator>
    <dc:date>2024-02-11T16:25:39Z</dc:date>
    <item>
      <title>fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570186#M170791</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;I must have done something but my fortran code now appears as plain text, This is how it appears in vis studio 2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stedwomas_0-1707304953834.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51266iB9C2807DCF2E0103/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="stedwomas_0-1707304953834.png" alt="stedwomas_0-1707304953834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;but now it is just plain black and white&amp;nbsp; in vis studio 2022&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;any help would be appreciated&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;steve&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:23:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570186#M170791</guid>
      <dc:creator>stedwomas</dc:creator>
      <dc:date>2024-02-07T11:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570247#M170794</link>
      <description>&lt;P&gt;This is a color theme for VS 2022 that comes from the MS color themes for VS 2019, it may fix the issue, at least it gives a nicer background than the standard blasted awful colors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unzip and run and it will install.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about the name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570247#M170794</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2024-02-07T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570263#M170796</link>
      <description>&lt;P&gt;The code snip you showed must have been from a Fixed-Form source file (*.f or *.for) as opposed to the Free-Form source file (*.f90).&lt;/P&gt;&lt;P&gt;Fixed-Form files reserve the first 6 characters of the line for special purposes (C in column 1 for comment, nnnnn in first 5 characters for statement number, and non-blank character in column 6 for continuation line indicator), and the remaining characters in columns 7:72 are for code, any characters following column 72 are ignored. Free-Form does not follow this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Visual Studio, the text highlighting has been enhanced to highlight characters 73 and beyond (ignored characters) in green.&lt;/P&gt;&lt;P&gt;Therefore, some of (4) your statements are truncated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may be advisable to change your file type to free-form (*.f90)...&lt;/P&gt;&lt;P&gt;*** However, this will depend on if other statements in the source file require Fixed-Form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:05:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570263#M170796</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2024-02-07T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570657#M170813</link>
      <description>&lt;P&gt;thks John I will look into it,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 17:11:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570657#M170813</guid>
      <dc:creator>stedwomas</dc:creator>
      <dc:date>2024-02-08T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570661#M170814</link>
      <description>&lt;P&gt;Hi Jim , i know about the 72 character in fixed format Fortran,but i set the allowable characters to 132 , however&amp;nbsp; characters after 72 do show up green , although they count as it were.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem &lt;EM&gt;appeared &lt;/EM&gt;about two weeks ago when suddenly i lost the text colors.&amp;nbsp; I must have altered the settings inadvertently, but I am at a loss to&amp;nbsp; what I have done ,&amp;nbsp; I just want the colors back to as they are shown in the snippet of code (from vis studio 2012) i have shown.&amp;nbsp; I can live with "green" code after column 72 but its difficult to work without the "red" text&amp;nbsp;&lt;/P&gt;&lt;P&gt;steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 17:19:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570661#M170814</guid>
      <dc:creator>stedwomas</dc:creator>
      <dc:date>2024-02-08T17:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570675#M170816</link>
      <description>&lt;P&gt;Is highlighting present in a C/C++ project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Tools | Options do you see Intel Compilers and Libraries?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimdempseyatthecove_0-1707415216025.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51333i7050580B2772C808/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="jimdempseyatthecove_0-1707415216025.png" alt="jimdempseyatthecove_0-1707415216025.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you do not see it, then you may need to re-install or Repair the oneAPI installation and check the box to integrate with VS 2022&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 18:01:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1570675#M170816</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2024-02-08T18:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571079#M170851</link>
      <description>&lt;P&gt;hi JIm i see this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stedwomas_0-1707501285777.png" style="width: 527px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51380iF236F7F6726AAF1C/image-dimensions/527x505/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="527" height="505" role="button" title="stedwomas_0-1707501285777.png" alt="stedwomas_0-1707501285777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;i have not worked in C++ but managed to get&amp;nbsp; a sort of basic standard program loaded and saw this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stedwomas_1-1707501622431.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51381iB275D0201689D9D4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="stedwomas_1-1707501622431.png" alt="stedwomas_1-1707501622431.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so it may seem just the fortran is not conducive&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:04:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571079#M170851</guid>
      <dc:creator>stedwomas</dc:creator>
      <dc:date>2024-02-09T18:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571293#M170858</link>
      <description>&lt;P&gt;So the C++ configuration demonstrates that color highlighting is available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest uninstalling and reinstalling the oneAPI toolkits. I have no other explanation for this behavior other than an integration issue with MS VS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note, your most recent post shows IFORT and IFX were integrated into MSVS so it is odd that the colorization did not appear. Perhaps a behind the scene update of MSVS disrupted the behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, be cautious of the practice of updating MSVS to "latest and greatest" as the 3rd party toolkits (intel oneAPI in this case) may lag behind in integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 14:51:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571293#M170858</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2024-02-11T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571308#M170860</link>
      <description>&lt;P&gt;MSVS&lt;/P&gt;&lt;P&gt;if you use 2019 you will have no problems, but a number of odd&amp;nbsp; warnings are starting to pop up with building. These can be ignored.&amp;nbsp; This is a older build.&lt;/P&gt;&lt;P&gt;If you are using 2022 then you will have few problems, currently I am at the latest iteration and there are no Fortran problems,&amp;nbsp; this has a few nice bells and whistles&lt;/P&gt;&lt;P&gt;If you are using 2022 Preview and the latest, it is apparent that Intel are starting to accommodate the changes, but they are not fully there yet.&amp;nbsp; If your Fortran skills are high, this will cause no problems merely as noted elsewhere a few annoyances with debugging, which if you loved MS Fortran 3.31 and a vedit editor you will feel just like it is 1989 again.&amp;nbsp; &amp;nbsp;This is much improved in Studio, it is worth pain if you can handle old fashioned debugging.&amp;nbsp; It has a lot of neat features.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is dependent on the age of your computer and your personal pain tolerance, but as it takes only a few hours to reinstall a complete windows with MS and IVF it is not the issue it used to be.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The biggest problem at the moment is the latest iteration of Windows 11 - normal update has an issue with folders and about 25% of my computers around the world have needed a reinstall.&amp;nbsp; It cannot be fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 16:25:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571308#M170860</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2024-02-11T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: fortran code appearance in vis studio 2022</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571972#M170904</link>
      <description>&lt;P&gt;thanks Jim and John , I am using WIndows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is from help\about&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stedwomas_0-1707843917888.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51504iB15E1189F28E32D6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="stedwomas_0-1707843917888.png" alt="stedwomas_0-1707843917888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stedwomas_1-1707843976516.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/51505iF2AFB3BE218C8639/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="stedwomas_1-1707843976516.png" alt="stedwomas_1-1707843976516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The issue came out of the blue about 2 weeks ago. It may have been caused by an update , but completely unsure why i have the problem&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 17:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-code-appearance-in-vis-studio-2022/m-p/1571972#M170904</guid>
      <dc:creator>stedwomas</dc:creator>
      <dc:date>2024-02-13T17:07:54Z</dc:date>
    </item>
  </channel>
</rss>

