boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
874 stars 148 forks source link

Fixed console multiline behavior #52

Closed KidFashion closed 8 years ago

KidFashion commented 11 years ago

Fixed the annoying behavior of booish.exe when a command spills on multiple line, i've tested it with delete, history, autocompletion, indent, key arrows and insert.

masonwheeler commented 8 years ago

This definitely looks useful, but at the moment it fails to build under Travis. Can you double-check and see why?

KidFashion commented 8 years ago

Hi, it seems a problem with the travis.yml build script, the one i got with the checkout is trying to do a

wget "http://hivelocity.dl.sourceforge.net/project/mono.mirror/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"

That is failing because hivelocity.dl.sourceforge.net is not available anymore, i'll just do a merge with the actual boo master branch and it should go away.

Anyway i've another issue: at that time i was definitely not a git expert (neither i am right now btw) so while waiting for the pull request to be accepted i added another feature in master (the collectable one referred in commits) and therefore right now i would like to split this pull request in two.

I'll try to see in the weekend what's the best way to proceed, feel free to suggest me one if you have ideas ;)

KidFashion commented 8 years ago

Closed because contains also different changes, reopened as #141