Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-14 Thread Eli Smith
Subject: Re: [Wtr-general] SciTE Repeats Input Chars in IRB I think this has been said before, but i bears repeating. The Ruby breakpoint package is a great debugger What you do is add code like this: require 'breakpoint'; breakpoint And then when that line is executed, you get dropped into IRB

[Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Eli Smith
Greetings, Rubyists. Ruby newbie here with an SciTE question. How do I stop SciTE from repeating my input chars in IRB? I cant figure out which bit to flip off but its got me crazed. The suggestions at http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/143959 didnt solve

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Paul Carvalho
Hello Eli, there's a lot of information you didn't offer to allow us to help you better.What version of Ruby are you using (so we know the version of SciTE)? What version of Watir?How are you executing the scripts? Which input chars are being echoed? Can you include a sample of your code and the

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Eli Smith
, 2006 12:34 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] SciTE Repeats Input Chars in IRB Hello Eli, there's a lot of information you didn't offer to allow us to help you better. What version of Ruby are you using (so we know the version of SciTE)? What version of Watir? How

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Paul Carvalho
Ah, now I see. I am using Ruby 1.8.4-16 with SciTE 1.67. There is *no* Run irb under the Tools menu.I guess it didn't work so they took it out. Sorry. Looks like you'll have to CMD-prompt it to work around this problem. Cheers. Paul.On 04/04/06, Eli Smith [EMAIL PROTECTED] wrote:

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Cain, Mark
in. --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eli Smith Sent: Tuesday, April 04, 2006 12:39 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] SciTE Repeats Input Chars in IRB Fair enough, Paul. Lemme spill my guts. Im using Ruby 1.8.2, Watir

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Paul Carvalho
Hi Eli, you can execute your scripts from within SciTE too. Just press [F8] to see the output pane and press [F5] to run the script. The output pane shows you the output that you would normally see in a command window. No need to run it separately. Hope this helps. Paul.On 04/04/06, Eli Smith

Re: [Wtr-general] SciTE Repeats Input Chars in IRB

2006-04-04 Thread Bret Pettichord
@rubyforge.org Subject: Re: [Wtr-general] SciTE Repeats Input Chars in IRB You can type: Cmd Echo off Cd \ruby\bin Irb Ruby code here But this is just a command window inside SciTE. It is a much better experience via a command window. If you want an IRB window inside your editor