<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — nonconforming tab character at (1)]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=85</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=85&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in nonconforming tab character at (1).]]></description>
		<lastBuildDate>Sun, 02 Feb 2014 18:48:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1248#p1248</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 02 Feb 2014 18:48:21 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1248#p1248</guid>
		</item>
		<item>
			<title><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1247#p1247</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Michał Wróbel)]]></author>
			<pubDate>Sun, 02 Feb 2014 16:48:55 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1247#p1247</guid>
		</item>
		<item>
			<title><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=275#p275</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (berserk)]]></author>
			<pubDate>Tue, 17 Apr 2012 07:59:33 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=275#p275</guid>
		</item>
		<item>
			<title><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=274#p274</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Fri, 13 Apr 2012 20:04:04 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=274#p274</guid>
		</item>
		<item>
			<title><![CDATA[Re: nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=273#p273</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 13 Apr 2012 18:35:02 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=273#p273</guid>
		</item>
		<item>
			<title><![CDATA[nonconforming tab character at (1)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=272#p272</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (berserk)]]></author>
			<pubDate>Fri, 13 Apr 2012 13:04:37 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=272#p272</guid>
		</item>
	</channel>
</rss>
