<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Suggestions and backer debates - Quartex Pascal Forum				            </title>
            <link>https://quartexdeveloper.com/community/suggestions-and-backer-debates/</link>
            <description>Quartex Pascal Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 07 Apr 2026 18:36:26 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Problems with the IDE</title>
                        <link>https://quartexdeveloper.com/community/suggestions-and-backer-debates/ide-is-very-bad/</link>
                        <pubDate>Wed, 22 Oct 2025 02:25:37 +0000</pubDate>
                        <description><![CDATA[Hello,I&#039;ve been following your posts and progress on Quartex Pascal for many years.I&#039;ve been very disappointed with the IDE. It&#039;s a shame that, for example, it can&#039;t be used with the keyboar...]]></description>
                        <content:encoded><![CDATA[<p>Hello,<br /><br />I've been following your posts and progress on Quartex Pascal for many years.<br /><br />I've been very disappointed with the IDE. It's a shame that, for example, it can't be used with the keyboard:<br /><br />Control + F to search, but F3 doesn't work.<br /><br />The IDE doesn't have keyboard shortcuts to open units/forms with names you already know.<br /><br />Pressing F12 switches between the source code and the designer, but if you have focus in the code editor, you lose it after pressing F12.<br /><br />For me, it makes it unusable; I don't feel comfortable with this IDE. It's a shame. It would have been more interesting to use a Visual Studio Code derivative to create a good IDE.<br /><br />This is just my opinion, but I've used many editors and IDEs in 34 years of programming, and this is the worst I've tried.<br /><br />Thanks.</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/suggestions-and-backer-debates/">Suggestions and backer debates</category>                        <dc:creator>macc2010</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/suggestions-and-backer-debates/ide-is-very-bad/</guid>
                    </item>
				                    <item>
                        <title>Create A New Project</title>
                        <link>https://quartexdeveloper.com/community/suggestions-and-backer-debates/create-a-new-project/</link>
                        <pubDate>Mon, 29 Sep 2025 17:04:34 +0000</pubDate>
                        <description><![CDATA[It&#039;s really hard to read dark blue and black on dark grey.
 Black-on-black.png]]></description>
                        <content:encoded><![CDATA[<p>It's really hard to read dark blue and black on dark grey.</p>
<div id="wpfa-2089" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Black-on-black.png" href="//quartexdeveloper.com/wp-content/uploads/wpforo/default_attachments/1759165474-Black-on-black.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Black-on-black.png</a></div>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/suggestions-and-backer-debates/">Suggestions and backer debates</category>                        <dc:creator>PLille</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/suggestions-and-backer-debates/create-a-new-project/</guid>
                    </item>
				                    <item>
                        <title>Interrupt started program within the QTX IDE</title>
                        <link>https://quartexdeveloper.com/community/suggestions-and-backer-debates/interrupt-started-program-within-the-qtx-ide/</link>
                        <pubDate>Sun, 15 Oct 2023 12:09:04 +0000</pubDate>
                        <description><![CDATA[Sometimes a started program must be interrupted because of a endless loop. Is there a possibility to interrupt this program by hitting a button (not yet defined) in the QTX IDE?]]></description>
                        <content:encoded><![CDATA[<p>Sometimes a started program must be interrupted because of a endless loop. Is there a possibility to interrupt this program by hitting a button (not yet defined) in the QTX IDE?</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/suggestions-and-backer-debates/">Suggestions and backer debates</category>                        <dc:creator>Ed van der Mark</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/suggestions-and-backer-debates/interrupt-started-program-within-the-qtx-ide/</guid>
                    </item>
				                    <item>
                        <title>Removing built-in browser</title>
                        <link>https://quartexdeveloper.com/community/suggestions-and-backer-debates/removing-built-in-browser/</link>
                        <pubDate>Wed, 12 Apr 2023 09:23:15 +0000</pubDate>
                        <description><![CDATA[As the RTL is now moving into more and more HTML5 based features, the old HTML4 miniblink browser has reached the end of it&#039;s capacity.
I will be removing this from our codebase since it qu...]]></description>
                        <content:encoded><![CDATA[<p>As the RTL is now moving into more and more HTML5 based features, the old HTML4 miniblink browser has reached the end of it's capacity.</p>
<p>I will be removing this from our codebase since it quite frankly offers no real benefit over opening a project in the system default browser (Chrome, Firefox or Edge).</p>
<p>The only benefit an embedded browser can have, is that we can design it so that it would fit 1:1 layout of mobile applications and various display sizes for different phones. However, this is something that modern browser now support out of the box when you open the browser development tools, so the need for this type of embedded browser has become less and less.</p>
<p>I move to remove Miniblink completely, and instead stick to the system browser when running your applications. When doing a rebuild of changes, you can then just refresh the browser to see the changes - leaving the devtools open.</p>
<p>/Jon</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/suggestions-and-backer-debates/">Suggestions and backer debates</category>                        <dc:creator>Jon Lennart Aasenden</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/suggestions-and-backer-debates/removing-built-in-browser/</guid>
                    </item>
							        </channel>
        </rss>
		