hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Output window doesn't grow #16

Closed krainboltgreene closed 12 years ago

krainboltgreene commented 12 years ago

When outputting a particularly large amount of text ( 200.times {puts "Hello"} ) the output window doesn't "grow" with the text.

The scroll bar appears, and the user can scroll down, but the background image ends and the text keeps on going.

phlipper commented 12 years ago

I have addressed this in the ace branch which will be available shortly.

deadprogram commented 12 years ago

The new Ace based editor has now been merged into master. Please give it a try.