<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Editor Panels]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=398</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=398&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Editor Panels.]]></description>
		<lastBuildDate>Wed, 07 Jan 2015 13:08:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1778#p1778</link>
			<description><![CDATA[<p>David,</p><p>The &quot;Remember Project Tabs&quot; option is quite naive.&nbsp; What the option is actually doing is simply storing which project files are open.&nbsp; It doesn&#039;t retain any information about, for example, tab ordering, let along panel positions.&nbsp; Adding more functionality to this feature is possible, of course.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 07 Jan 2015 13:08:42 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1778#p1778</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1769#p1769</link>
			<description><![CDATA[<p>Thanks very much Jeff.</p><p>The new &quot;Create Another Panel&quot; feature in 2.19 does what is suggested and is a very valuable feature I think.</p><p>I have not found any issues with it (even with multiple views open). The fact that the tabs are named the same isn&#039;t an issue for me.</p><p>However, I have noted that the panel configuration is not saved with the project and perhaps it should be saved when &quot;Remember Project Tabs&quot; is selected in the Options menu. Maybe have a more expressive option to &quot;Remember Project Tabs and Panels&quot;?</p><p>To be fair, I don&#039;t think panels were saved in 2.18. I only noticed it now because the use of multiple panels has become instantly more useful with this new feature.</p><p>I will provide some feedback on the debugger changes in another post when I have evaluated them. There seems to be a lot of changes and a few funny things happening.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Tue, 06 Jan 2015 19:11:11 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1769#p1769</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1744#p1744</link>
			<description><![CDATA[<p>Jeff,<br />Thanks - look forward to trying this out.</p><p>Happy holidays and best wishes for 2015.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 29 Dec 2014 18:19:42 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1744#p1744</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1743#p1743</link>
			<description><![CDATA[<p>Creating multiple views of the same file in separate tabs is implemented in the development version.&nbsp; It will be available in version 2.19.&nbsp; &nbsp;Because of the way the feature is implemented, there is no restriction on the number of &quot;views&quot; of the same file.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 29 Dec 2014 16:03:07 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1743#p1743</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1729#p1729</link>
			<description><![CDATA[<p>My suggestion of a &quot;Create New View&quot; was not intended to be restricted to 2 windows into a file.</p><p>When I need to see multiple views I usually resort to an external editor (vim). In such cases where a file is edited with an external tool, it would be useful if the Simply Fortran editor issued a &quot;Warning: changed outside, reload yes/no&quot; message.</p><p>Overall, I am quite happy with Simply Fortran and would gladly wait for version 3 for these features if they cannot be done soon.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 22 Dec 2014 21:38:55 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1729#p1729</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1727#p1727</link>
			<description><![CDATA[<p>I am forever needing to see two parts of the same source file.&nbsp; <br />I employ a range of strategies, all a bit clumsy, some a bit risky (risk of forgetting where I&#039;m editing).</p><p>&nbsp; - Often, I SAVE-AS a dummy filename then re-open the<br />&nbsp; &nbsp; original file, so that I can open two versions of the same file.</p><p>&nbsp; - Some times, I use a text viewer to display the same file<br />&nbsp; &nbsp; in a separate window.</p><p>&nbsp; - I also use a directory/file utility to open an archived earlier<br />&nbsp; &nbsp; version of a project then view the same source file.</p><p>&nbsp; - Also possible: run two copies of SF.</p><p>Here&#039;s a better idea:</p><p>Have SF permit the same file to be opened in, not just 1 or 2, but <span class="bbu">multiple</span> tabs.<br />Always make the first tab to be opened for any file, that file&#039;s editable tab.<br />Whenever a 2nd, 3rd,..Nth tab is opened for a file, make it a read-only copy. <br />Show the user that a tab is read-only by displaying the text in monochrome.</p><p>I&#039;d be very happy with something like this.&nbsp; It would be very helpful.</p><p>A slightly improved version would have all tabs editable until the user actually edits one.&nbsp; This would toggle all other tabs of the same file to read-only, with mono displays.&nbsp; SAVEing the editable tab would toggle all read-only tabs back to editable. <br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Mon, 22 Dec 2014 08:30:58 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1727#p1727</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1726#p1726</link>
			<description><![CDATA[<p>Thanks. </p><p>I assume you need only copy keyboard/mouse events to each window that is open on the same file and that the view windows will naturally clip off any edit events that are not in view in a window.</p><p>I don&#039;t know how much of this is supported directly by the editing component and how much would have to be written uniquely for Simply Fortran&#039;s GUI.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 22 Dec 2014 06:13:59 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1726#p1726</guid>
		</item>
		<item>
			<title><![CDATA[Re: Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1660#p1660</link>
			<description><![CDATA[<p>David,</p><p>Two views of the same file is a bit more complicated than what the description of such a feature lets on.&nbsp; The problem isn&#039;t the mechanics of the tab/panel paradigm currently being used.&nbsp; Rather, the difficulty is related to having edits propagate between both views.&nbsp; It&#039;s possible, but it requires a good deal of work and, more importantly, testing.</p><p>However, plenty of people have requested this feature, so I&#039;ll look into incorporating it into 2.19 (version 2.18 is just about done, so it won&#039;t make it into that release).</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 07 Dec 2014 14:45:25 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1660#p1660</guid>
		</item>
		<item>
			<title><![CDATA[Editor Panels]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1659#p1659</link>
			<description><![CDATA[<p>Would it be possible to have another entry on the file tab context menu for<br />&quot;Create New View&quot;? If the file name is &quot;file.f90&quot;, the new tabs would be named<br />&quot;file.f90 (1)&quot;, &quot;file.f90 (2)&quot; etc.</p><p>Then once a new view has been created we would be able to move it to its own panel using<br />the existing &quot;Move to New Panel&quot;.</p><p>Currently there isn&#039;t a way to view two parts of a large file which don&#039;t both<br />fit into a window (e.g. lines near the top and lines in the body of a long subroutine).<br />Having a &quot;Create New View&quot; option would provide a simple &quot;split window&quot; facility using the<br />existing Panels.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sun, 07 Dec 2014 10:01:46 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1659#p1659</guid>
		</item>
	</channel>
</rss>
