<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/kidbasic/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/kidbasic/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Sep 2025 03:34:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kidbasic/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#64 Spelling: stoped vs stopped</title><link>https://sourceforge.net/p/kidbasic/feature-requests/64/?limit=25#96e6</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Reneau</dc:creator><pubDate>Wed, 03 Sep 2025 03:34:39 -0000</pubDate><guid>https://sourceforge.netbb9f84d3922742e953873ca101f055d0365b1743</guid></item><item><title>#64 Spelling: stoped vs stopped</title><link>https://sourceforge.net/p/kidbasic/feature-requests/64/?limit=25#cc86</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have grepd the code and do not see there errors. - Closing&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Reneau</dc:creator><pubDate>Wed, 03 Sep 2025 03:34:24 -0000</pubDate><guid>https://sourceforge.net24ea860ccf587e3af227b31c398346bafc90d631</guid></item><item><title>Spelling: stoped vs stopped</title><link>https://sourceforge.net/p/kidbasic/feature-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sources.debian.org/src/basic256/2.0.99.7-2/debian/patches/0003-spelling.patch/" rel="nofollow"&gt;https://sources.debian.org/src/basic256/2.0.99.7-2/debian/patches/0003-spelling.patch/&lt;/a&gt;&lt;br/&gt;
Or, sources are tracked from SVN in git repo, &lt;a href="https://salsa.debian.org/debian/basic256" rel="nofollow"&gt;https://salsa.debian.org/debian/basic256&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barak A. Pearlmutter</dc:creator><pubDate>Tue, 30 Apr 2024 08:42:50 -0000</pubDate><guid>https://sourceforge.netff6aeef2ea5cde04a770727156ae6c1dbcbad457</guid></item><item><title>Spelling: stoped vs stopped</title><link>https://sourceforge.net/p/kidbasic/feature-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 64 has been modified: Spelling: stoped vs stopped&lt;br/&gt;
Edited By: Jim Reneau (renejm)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barak A. Pearlmutter</dc:creator><pubDate>Tue, 30 Apr 2024 08:42:50 -0000</pubDate><guid>https://sourceforge.neta877aa6d2b11d372162a0cb2c4ebd22d4b0b6ee5</guid></item><item><title>#18 shorthand for comments/remarks</title><link>https://sourceforge.net/p/kidbasic/feature-requests/18/?limit=25#907c</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; Next_Release_(example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Reneau</dc:creator><pubDate>Wed, 03 Apr 2024 18:40:05 -0000</pubDate><guid>https://sourceforge.net63c41ccc6da99165f391c730e7dc32fb60d888a4</guid></item><item><title>#63 define textwindow and additional cursor-commands</title><link>https://sourceforge.net/p/kidbasic/feature-requests/63/?limit=25#49e7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ok, first try to do it myself :)&lt;br/&gt;
works only with monospace font:&lt;/p&gt;
&lt;p&gt;subroutine locate(x,y,textx,texty,a$)&lt;br/&gt;
    font "courier",5,30&lt;br/&gt;
    text x+1+textx&lt;em&gt;textwidth(a$)/length(a$),y+texty&lt;/em&gt;textheight,a$&lt;br/&gt;
end subroutine&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Al Voland</dc:creator><pubDate>Sun, 27 Aug 2023 08:59:26 -0000</pubDate><guid>https://sourceforge.netf00199fcbad26ddf65a9159ea915d81a14fa1d78</guid></item><item><title>define textwindow and additional cursor-commands</title><link>https://sourceforge.net/p/kidbasic/feature-requests/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want to support the suggestion of the "locate" command to position the cursor within the textwindow&lt;br/&gt;
And i want to add more possibilities to the text window and cursor managment. The idea is to make the text window more useful and be able to play around with it (like on the C64 in the old days).&lt;br/&gt;
- a "locate" command to set the cursor to postition&lt;br/&gt;
- commands for cursor up, down, left and right&lt;br/&gt;
- a "home" command to bring the cursor back to top left without clearing the window.&lt;br/&gt;
- a command to define the window to a certain width and hight. Like the grafics window but with the charakter-count in mind. (e.g. setwindow 40,20 would mean 40 characters wide and 20 row height)&lt;br/&gt;
- a "locate" command to set the cursor to postition&lt;br/&gt;
- may be a possibility to edit the character-set.&lt;br/&gt;
- commands to set the backgroundcolor of then window, etc.&lt;/p&gt;
&lt;p&gt;i think there are lots of more possibilitys in this area.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Al Voland</dc:creator><pubDate>Sun, 16 Jul 2023 17:43:04 -0000</pubDate><guid>https://sourceforge.net84eab5a466a174c2eeddc9486864614a68f76c47</guid></item><item><title>LOCATE command in BASIC256</title><link>https://sourceforge.net/p/kidbasic/feature-requests/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I use BASIC256 for teaching purposes.&lt;/p&gt;
&lt;p&gt;I'd like to to know if we can have a LOCATE command to position the cursor (for text).&lt;/p&gt;
&lt;p&gt;Eg:&lt;br/&gt;
LOCATE 5,10 #Moves the cursor to row 5 column 10.&lt;br/&gt;
PRINT "Ant" #The output is at the position of the cursor.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">itsols</dc:creator><pubDate>Mon, 24 May 2021 04:23:24 -0000</pubDate><guid>https://sourceforge.net5720061923c9ce8b4406042aea7161a133fd2948</guid></item><item><title>DLL interface</title><link>https://sourceforge.net/p/kidbasic/feature-requests/61/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I fully share BASIC-256 goal of helping to learn programming avoiding all complex stuff.&lt;br/&gt;
However, some additional feature could open doors towards a more widespread usage.&lt;br/&gt;
In particular, I would like to propose some simple interface to foreign code in DLLs.&lt;br/&gt;
While writing DLL is not in the capability of typical BASIC-256 users, expert people could easily develop add-ons or customizations independently for dynamic linking.&lt;br/&gt;
p.s. I asked the same to Yabasic author and he eventually implemented it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Antoniazzi</dc:creator><pubDate>Sun, 28 Jun 2020 21:19:40 -0000</pubDate><guid>https://sourceforge.net0ec7a07e25ff7d46c2b2d7de1bcbd4d5d13b4357</guid></item><item><title>Add aggregate functions</title><link>https://sourceforge.net/p/kidbasic/feature-requests/60/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add a few basic aggregate functions such as sum, min, max and avg.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qomplainerz</dc:creator><pubDate>Sat, 09 May 2020 19:00:29 -0000</pubDate><guid>https://sourceforge.net576d4f90b244b4b8d463e2f2b2aa25af9c763c6a</guid></item></channel></rss>