[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Netbeans user : ruby console ?

aldric[removeme]

2/4/2009 8:53:00 PM

Anybody know how to use a Ruby console in the Netbeans application? The
Python one is easy.. Right there in the 'Window' menu! It must be
something easy I'm missing..

--Aldric
3 Answers

Jayce Meade

2/5/2009 12:11:00 AM

0

In the Projects panel, right click on the name of your Ruby based project
and select Ruby Shell (IRB)

Assuming it's a Windows OS and your using 6.5, would probably work in other
versions exactly the same way, but I wouldn't know for sure. =P

- Jayce
--------------------------------------------------
From: "Aldric Giacomoni" <"aldric[remove]"@trevoke.net>
Sent: Wednesday, February 04, 2009 12:50 PM
Newsgroups: comp.lang.ruby
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Subject: Netbeans user : ruby console ?

> Anybody know how to use a Ruby console in the Netbeans application? The
> Python one is easy.. Right there in the 'Window' menu! It must be
> something easy I'm missing..
>
> --Aldric
>
>

Nugroho Herucahyono

2/5/2009 8:14:00 AM

0

works for me to

using linux by the way..

On Thu, Feb 5, 2009 at 7:10 AM, Jayce Meade <azimuth-rubytalk@live.com> wrote:
> In the Projects panel, right click on the name of your Ruby based project
> and select Ruby Shell (IRB)
>
> Assuming it's a Windows OS and your using 6.5, would probably work in other
> versions exactly the same way, but I wouldn't know for sure. =P
>
> - Jayce
> --------------------------------------------------
> From: "Aldric Giacomoni" <"aldric[remove]"@trevoke.net>
> Sent: Wednesday, February 04, 2009 12:50 PM
> Newsgroups: comp.lang.ruby
> To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
> Subject: Netbeans user : ruby console ?
>
>> Anybody know how to use a Ruby console in the Netbeans application? The
>> Python one is easy.. Right there in the 'Window' menu! It must be something
>> easy I'm missing..
>>
>> --Aldric
>>
>>
>
>

aldric[removeme]

2/5/2009 8:20:00 PM

0

Jayce Meade wrote:
> In the Projects panel, right click on the name of your Ruby based project
> and select Ruby Shell (IRB)
>
> Assuming it's a Windows OS and your using 6.5, would probably work in other
> versions exactly the same way, but I wouldn't know for sure. =P
>
> - Jayce
>

Duh! Thanks :) Finally going to get rid of the eternally open command
prompt window!

--Aldric