<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — How do I add comment line and uncomment line to the tool bar?]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=839&amp;type=atom" />
	<updated>2022-02-04T22:28:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=839</id>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3864#p3864" />
			<content type="html"><![CDATA[<p>Thank you, Jeff. When I see things like /= for not equal, I can imagine the person who thought that up never had to diagnose someone&#039;s 10-year-old, undocumented code. It&#039;s real easy to make a typo with just /=;&nbsp; while .NE. is more deliberate and &quot;reads&quot; easier. Sure, one can play games with &quot;How few statements/characters can be used to get this done?&quot; but in real life, it&#039;s more often, &quot;How fast can you find this error?&quot; And we don&#039;t have to live in 32K partitions anymore. Not say&#039;n we should go back to COBOL, but clarity does count. </p><p>Just for your tech notebook - and I know it will be fixed on the next release - that transparent window had a few side effects. It must have had some &quot;In Front&quot; attribute because if it covered part of another app&#039;s window - like a web page - the buttons under the transparency were shielded from picking up a mouse click.</p><p>The unaware user would think their browser was malfunctioning or their mouse needed new batteries. Yes, you can see the faint border of that transparent window - if you have the right colors on your background graphic.</p><p>Thank you for checking it out and jumping on a fix. There is no slow-down because of it.</p><p>I am using Modern Fortran by Clerman and Spector and Modern Fortran Explained by Metcalf, Reid, and Cohen for syntax examples.&nbsp; Not the best - Clerman&#039;s doesn&#039;t even have the word &quot;Operator&quot; in the index - but I&#039;m pushing my way through.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2022-02-04T22:28:05Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3864#p3864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3863#p3863" />
			<content type="html"><![CDATA[<p>Testing for equality is indeed <strong>==</strong>, but you can still use Fortran&#039;s dotted operators (<strong>.EQ.</strong>).&nbsp; Those operators aren&#039;t even deprecated (at least I don&#039;t think they are...), and they regularly show up in new code.&nbsp; </p><p>The new &quot;not equal&quot; operator, <strong>/=</strong>, isn&#039;t really my favorite, so I often still use <strong>.NE.</strong>.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-02-04T17:03:42Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3863#p3863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3862#p3862" />
			<content type="html"><![CDATA[<p>My programmer skills delay things by much more than a few hours <img src="https://forums.approximatrix.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I&#039;m having to look up every little thing that is different from FORTRAN IV. Sure, it wasn&#039;t as &quot;full-featured&quot; as what we have today, but we LIKED IT.</p><p>So I&#039;m learning that &quot;equal to&quot; is not &quot;=&quot; but &quot;==&quot;. Or maybe I should say, &#039;==&#039;&nbsp; But I&#039;m having fun reuniting with an old friend. Eventually, I&#039;ll move the works to a more windowy user interface. But for now, I can do all kinds of &quot;proof of concept&quot; stuff. Test out functions and structures that will take only a little tweaking (if any), for compatibility in their eventual home.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2022-02-04T03:22:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3862#p3862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3861#p3861" />
			<content type="html"><![CDATA[<p>The issue with viewing help on the Mac is a bit of legacy sloppiness.&nbsp; The original code was directly opening the help viewer using a bit of AppleScript.&nbsp; I think that modern macOS probably saw this as a very questionable action, which it was, and blocked the operation.&nbsp; </p><p>We&#039;ve added the proper code to legitimately open help now on macOS, so it should work fine in the next release.&nbsp; We were planning on a release tomorrow, so this change should only delay things by a few hours.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-02-03T02:14:09Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3861#p3861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3860#p3860" />
			<content type="html"><![CDATA[<p>You can see it on your machine. Just as a datapoint, mine is an Intel box. Maybe next year will be an M1 (or M2) world.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2022-02-03T00:39:08Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3860#p3860</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3859#p3859" />
			<content type="html"><![CDATA[<p>I appear to be able to replicate the issue right now.&nbsp; I&#039;m looking into it.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-02-02T21:40:07Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3859#p3859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3858#p3858" />
			<content type="html"><![CDATA[<p>Simply Fortran doesn&#039;t support modifying the toolbar unfortunately.</p><p>The help window is surprising, though.&nbsp; We ship a standard Mac help package.&nbsp; Are you on Intel or Apple Silicon?</p><p>You can always access the docs at <a href="https://simplyfortran.com/docs/">https://simplyfortran.com/docs/</a>.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-02-02T21:17:44Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3858#p3858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How do I add comment line and uncomment line to the tool bar?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3857#p3857" />
			<content type="html"><![CDATA[<p>Can I add the Edit commands Comment Line and UnComment Line to the tool bar next to Undo and Redo icons?</p><p>Note that when I select &quot;Contents ...&quot; under Help, an empty transparent window opens on the right side of my screen. This is a 2018 MacMini running OS 12.2 (Monterey). There seems to be no way to close that transparent window except to quit SimplyFortran.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2022-02-02T19:22:49Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3857#p3857</id>
		</entry>
</feed>
