<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 12: Use STDIN.gets without STDOUT.flush</title><link>https://sourceforge.net/p/rubyde/feature-requests/12/</link><description>Recent changes to 12: Use STDIN.gets without STDOUT.flush</description><atom:link href="https://sourceforge.net/p/rubyde/feature-requests/12/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 29 Mar 2008 19:53:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rubyde/feature-requests/12/feed.rss" rel="self" type="application/rss+xml"/><item><title>Use STDIN.gets without STDOUT.flush</title><link>https://sourceforge.net/p/rubyde/feature-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I discovered your RDE IDE while online.  I am using it and love it. There are quit a bit about it I am still trying to understand, mainly all the menu items.  But my main problem as of now is having to use STDOUT.flush before getting keyboard input. Example:&lt;/p&gt;
&lt;p&gt;print "Enter your name: "&lt;br /&gt;
answer = STDIN.gets.chop!&lt;br /&gt;
puts "Thank you #{answer} for attending today."&lt;/p&gt;
&lt;p&gt;This will not print to screen unless I enter it in this  way:&lt;/p&gt;
&lt;p&gt;print "Enter your name: "&lt;br /&gt;
STDOUT.flush&lt;br /&gt;
answer = STDIN.gets.chop!&lt;br /&gt;
puts "Thank you #{answer} for attending today."&lt;/p&gt;
&lt;p&gt;Again this is a wonderful IDE.  It would be great to have an English manual so I can get all the great benefits  the IDE has in store for users.&lt;/p&gt;
&lt;p&gt;I can be contacted via email at j.a.ogletree@gmail.com&lt;br /&gt;
Please add me to your mailing list.&lt;/p&gt;
&lt;p&gt;Once again thanks for a great IDE.&lt;/p&gt;
&lt;p&gt;James Ogletree&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 29 Mar 2008 19:53:49 -0000</pubDate><guid>https://sourceforge.nete235cc46b778df2eba7771168f98056d105296d7</guid></item></channel></rss>