<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — nonconforming tab character at (1)]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=85&amp;type=atom" />
	<updated>2014-02-02T18:48:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=85</id>
		<entry>
			<title type="html"><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1248#p1248" />
			<content type="html"><![CDATA[<p>Tab-format lines are not part of the Fortran standard.&nbsp; It is an extension to DEC/Compaq/Intel&#039;s compiler.&nbsp; It is unlikely that Simply Fortran will support this format.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-02-02T18:48:21Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1248#p1248</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1247#p1247" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>There is no way at the moment to disable this particular warning without disabling all syntax checking or fixing the issue itself.</p></blockquote></div><p>There is a way to disable this particular warning in GFortran by adding -Wtabs flag to compiler options. In Simply Fortran you can achieve this by appending -Wtabs to contents of Project -&gt; Options -&gt; Fortran Compiler (if you want this setting for the current project) or Options -&gt; Compiler -&gt; Fortran -&gt; Compiler Flags (if you want this setting for all projects).</p><p>On the other hand, Simply Fortran editor doesn&#039;t seem to handle Tab-Format Lines [1] properly, so conversion to space-only fixed form or maybe even to free form is a good idea anyway.</p><p>[1] <a href="http://software.intel.com/sites/products/documentation/doclib/stdxe/2013/composerxe/compiler/fortran-mac/GUID-210A9DD0-6D82-400C-BC17-709506A5E35E.htm#GUID-210A9DD0-6D82-400C-BC17-709506A5E35E">http://software.intel.com/sites/product … 9506A5E35E</a></p>]]></content>
			<author>
				<name><![CDATA[Michał Wróbel]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3514</uri>
			</author>
			<updated>2014-02-02T16:48:55Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1247#p1247</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=275#p275" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>jeff wrote:</cite><blockquote><p>In the meantime, one solution is to actually remove the tabs.&nbsp; If you select a tab in the editor and then copy it to the clipboard (^C or Edit-&gt;Copy), you can then open the Find... dialog (Edit-&gt;Find...), paste the tab into the Find box (it should appear as a square I think), place 4 spaces in the Replace box, and hit Replace All.</p></blockquote></div><p>Thanks. This is far better then replacing everything by hand <img src="https://forums.approximatrix.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />. I agree, that this solution isn&#039;t ideal, but in my case it is OK, since the program only has 12 different fortran-files. Thanks again.</p>]]></content>
			<author>
				<name><![CDATA[berserk]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=388</uri>
			</author>
			<updated>2012-04-17T07:59:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=275#p275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=274#p274" />
			<content type="html"><![CDATA[<p>It is very likely that you can fix it very swiftly using Micro$oft Word.</p><p>Open the document in M$Word.</p><p>Use Ctrl-A then CtrlH- to search/replace all</p><p>Put in ^t in the search field<br />Put in &#039;&nbsp; &nbsp; &nbsp; &#039; (without the inverted commas) in the replace field</p><p>Press &lt;replace all&gt;</p><p>Save-as new fiolename (as an unformatted text file)<br />---<br />J.</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2012-04-13T20:04:04Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=274#p274</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=273#p273" />
			<content type="html"><![CDATA[<p>Simply Fortran currently performs syntax checks using the GNU Fortran compiler with the flag &quot;-Wall&quot; to enable all warnings.&nbsp; As GNU Fortran considers tab characters to be &quot;nonconforming,&quot; it complains about these.&nbsp; There is no way at the moment to disable this particular warning without disabling all syntax checking or fixing the issue itself.&nbsp; I find this particular &quot;feature&quot; annoying myself, and I think a dialog where warnings could be enabled/disabled for syntax checking would be the proper solution.&nbsp; I&#039;ll try to get it into 1.29.</p><p>In the meantime, one solution is to actually remove the tabs.&nbsp; If you select a tab in the editor and then copy it to the clipboard (^C or Edit-&gt;Copy), you can then open the Find... dialog (Edit-&gt;Find...), paste the tab into the Find box (it should appear as a square I think), place 4 spaces in the Replace box, and hit Replace All.&nbsp; </p><p>I realize this solution isn&#039;t ideal.&nbsp; I&#039;ll get a fix in the next version to make things more pleasant.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2012-04-13T18:35:02Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=273#p273</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[nonconforming tab character at (1)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=272#p272" />
			<content type="html"><![CDATA[<p>I got some fortran-code written by someone else on windows. I don&#039;t know what editor was used, but &quot;simply fortran&quot; gives a warning (nonconforming tab character) for each line. Why the warning and how can I suppress it? I see that the mentioned tabs are in fact real tabs and not a number of spaces, as done in &quot;simply fortran&quot;. But why is this a problem? The problem is that it renders the &quot;project issues&quot; panel useless as there are thousands of useles warnings and the important issue is hidden somewhere inside those. Thanks for any help.</p>]]></content>
			<author>
				<name><![CDATA[berserk]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=388</uri>
			</author>
			<updated>2012-04-13T13:04:37Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=272#p272</id>
		</entry>
</feed>
