Try this: http://github.com/Bluebie/shoes/tree/master/samples/expert-irb.rb
It's the irb sample, with cursor movement hacked in. Use arrow keys.
There is no selection, but you can paste in to where the cursor is,
and use up and down arrows to bring up previous commands in the
history. :)
On 22/09/2008, at 7:09 PM, botp wrote:
On Mon, Sep 22, 2008 at 1:17 PM, _why <[EMAIL PROTECTED]>
wrote:
On Mon, Sep 22, 2008 at 12:46:48PM +0800, botp wrote:
Is it possible to run shoes in irb? something that i can just
require... like tk, eg
I think the closest we have right now is samples/expert-irb.rb.
yap, i tried that, but abandoned it when the cursor keys would not
function.
i was just hoping that i could simply type
Shoes.app { button "PUSH!" }
in irb. ... hmmm, on the other hand, this would mean that ruby will
run/invoke shoes.. just hoping..
thanks for shoes
kind regards -botp