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 152316

Summary: Terminal emulator does not support command-line history nor completion
Product: cnd Reporter: phatmann <phatmann>
Component: TerminalemulatorAssignee: ivan <ivan>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: mkrauskopf
Priority: P3    
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description phatmann 2008-11-04 16:42:07 UTC
In a terminal pane (e.g. Rails Console), hitting tab does not complete a command, nor do the up and down arrows walk
through command-line history. Worse, the tab is inserted as an invisible character, which makes the command unparseable.
This makes the terminal panes unusable for me, which is a shame, since I like having them in the IDE.
Comment 1 ivan 2008-11-04 21:25:56 UTC
I don't think the ruby console is using "the" terminalemulator
yet, which is why it's having these problems.
Martin, am I right?

Comment 2 Martin Krauskopf 2008-11-04 21:50:37 UTC
No. It is still old dump textarea. phatmann you might add yourself to the CC of issue 133994 to watch the progress.
Currently there are two blockers which needs to be addressed by Ivan.
Comment 3 Martin Krauskopf 2008-11-04 21:52:56 UTC
I.e. you are right Ivan :) This might be probably closed.
Comment 4 ivan 2010-05-05 07:55:12 UTC
An experimental version of a terminal-based IOProvider is now available.

*** This bug has been marked as a duplicate of bug 133994 ***