<?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 File extension for free form, included code files? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055122#M116183</link>
    <description>&lt;P&gt;My code uses extensively #INCLUDE statements for bits and pieces of code. Right now these bits and pieces are files with the extension *.f90. This allows Visual Studio (2013) to correctly perform the syntactic highlighting of these included files. I would like however to assign to these included files a different extension (to distinguish them from the 'parents' files, which are properly formed source files), while retaining the syntactic highlighting capability.&lt;/P&gt;

&lt;P&gt;Is there a way to do this in Visual Studio 2013?&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2015 17:27:02 GMT</pubDate>
    <dc:creator>OP1</dc:creator>
    <dc:date>2015-01-19T17:27:02Z</dc:date>
    <item>
      <title>File extension for free form, included code files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055122#M116183</link>
      <description>&lt;P&gt;My code uses extensively #INCLUDE statements for bits and pieces of code. Right now these bits and pieces are files with the extension *.f90. This allows Visual Studio (2013) to correctly perform the syntactic highlighting of these included files. I would like however to assign to these included files a different extension (to distinguish them from the 'parents' files, which are properly formed source files), while retaining the syntactic highlighting capability.&lt;/P&gt;

&lt;P&gt;Is there a way to do this in Visual Studio 2013?&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 17:27:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055122#M116183</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2015-01-19T17:27:02Z</dc:date>
    </item>
    <item>
      <title>&lt;file&gt;.fd should work I think</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055123#M116184</link>
      <description>&lt;P&gt;&amp;lt;file&amp;gt;.fd should work I think&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 17:35:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055123#M116184</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2015-01-19T17:35:58Z</dc:date>
    </item>
    <item>
      <title>No, this does not work as *</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055124#M116185</link>
      <description>&lt;P&gt;No, this does not work as *.fd/*.fi extensions are for fixed-format code.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 18:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055124#M116185</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2015-01-19T18:41:44Z</dc:date>
    </item>
    <item>
      <title>This does the trick - I had</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055125#M116186</link>
      <description>&lt;P&gt;This does the trick - I had to restart VS 2013 a couple times to make it work though, weird.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/510103" target="_blank"&gt;https://software.intel.com/en-us/node/510103&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 18:46:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055125#M116186</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2015-01-19T18:46:57Z</dc:date>
    </item>
    <item>
      <title>See also https://software</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055126#M116187</link>
      <description>&lt;P&gt;See also&amp;nbsp;https://software.intel.com/en-us/articles/problem-fortran-source-files-not-compiled-when-building-in-visual-studio#add&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 20:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055126#M116187</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-01-19T20:53:35Z</dc:date>
    </item>
    <item>
      <title>Quote:opmkl wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055127#M116188</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;opmkl wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;No, this does not work as *.fd/*.fi extensions are for fixed-format code.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Yes you are indeed correct. Rather than inventing a new file type why not just a a prefix or postfix for include file names. e.g inc_name.f90 or name_inc.f90 then your files will clearly indicate they are includes.&lt;/SPAN&gt;&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>Tue, 20 Jan 2015 01:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/File-extension-for-free-form-included-code-files/m-p/1055127#M116188</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2015-01-20T01:41:12Z</dc:date>
    </item>
  </channel>
</rss>

