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 110209 - Tab completion does not work in IRB/Console windows
Summary: Tab completion does not work in IRB/Console windows
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 20:58 UTC by stevemolitor
Modified: 2011-01-28 20:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stevemolitor 2007-07-18 20:58:53 UTC
In IRB or console windows, tab completion does not work as it does in a shell window (at least on Unix/Mac).  When using IRB or the Rails console in a shell, 
TAB will complete method names, etc.  I find that I don't use the IRB/Console windows in NetBeans because their command line equivalents are more 
functional.
Comment 1 nmullerny 2007-08-12 03:09:05 UTC
I saw this and figured I'd chime in..
I use tab completion, and to turn it on on some platforms I must use the following invocation :
irb.exe --readline -r irb/completion

I just checked and this seems to work fine in jirb fine as well.