This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 126205 - IRB Window not working well with NetBeans 6.0
Summary: IRB Window not working well with NetBeans 6.0
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL: http://www.nabble.com/IRB-in-NetBeans...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 17:19 UTC by bruparel
Modified: 2008-03-14 09:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bruparel 2008-01-29 17:19:49 UTC
I am on Windows platform with NetBeans 6.0, InstantRails 1.7.  The following link describes how to enable NetBeans 6.0 
to create an IRB Console window.
http://wiki.netbeans.org/FaqIRBWithNativeRuby
I followed the instructions to create an IRB window.  It worked.  However, the IRB console window that opens up seems 
to freeze initially and constantly echos everything that you enter.  The alignment is not proper either.  
Functionality wise, it works correctly though
Comment 1 Martin Krauskopf 2008-01-29 17:46:39 UTC
Umm, I do not know much about this feature. It was done by Tor. I'll take a look at it, but not sure when. Having tons
of other task now.
Comment 2 Martin Krauskopf 2008-02-29 12:09:39 UTC
Hi, are you still encountering this problem? Thanks.
Comment 3 Martin Krauskopf 2008-02-29 12:10:47 UTC
PS: with the latest dev builds:

  http://wiki.netbeans.org/RubyInstallation#section-RubyInstallation-DownloadLocations
  (-> Continuous builds)
Comment 4 Martin Krauskopf 2008-03-14 09:41:29 UTC
Since we switched to JRuby 1.1 RC2 we are not using jirb_swing anymore and we are now using native 'irb' or JRuby 'jirb'
(depending on the project context) instead. See also issue 129944.
Let us know if you hit any problems in 6.1, thanks.