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

Underscores don't appear in windows version #24

Closed dougbradbury closed 12 years ago

dougbradbury commented 12 years ago

When you type an underscore in the windows version, it appear like a space has been typed. Once you are on to the next line, the underscore appears.

phlipper commented 12 years ago

Hello, I have a branch that replaces the buggy codemirror editor with the ace editor which addresses this issue. It should be merged within the next few days.

dougbradbury commented 12 years ago

Awesome. I also notice some syntax highlighting weirdness. I'm guessing the new editor will help that too.

phlipper commented 12 years ago

Yes, the new editor addresses several irritants. Stay tuned :)

dougbradbury commented 12 years ago

Has the new editor been merged in yet?

phlipper commented 12 years ago

The new editor is currently being worked on in the 'ace' branch here: https://github.com/hybridgroup/kidsruby/tree/ace

It is under active development and is nearing completion, though I don't have an exact date when this will be available in the production version.

dougbradbury commented 12 years ago

Anything I can do to help?

deadprogram commented 12 years ago

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