- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
REPL in Eclipse - arrow and tab keys don't work right
Sun, 2010-02-21, 15:22
I tried out the REPL in Eclipse, but I can't get the arrow and tab
keys to work right. I expected the up and down arrow to get command
line history, and the tab key to do autocompletion. But they don't.
Are there alternate keys?
Thanks,
Cay
Sun, 2010-02-21, 16:17
#2
Re: REPL in Eclipse - arrow and tab keys don't work right
On Sun, Feb 21, 2010 at 2:35 PM, Josh Suereth wrote:
> Last I worked on it, you had to press enter for input to be flushed to
> the stream, so tab + enter would work. The widget really needs an
> overhaul to intelligently pull in input.
Yup ... contributions would be very welcome ...
Cheers,
Miles
Fri, 2010-02-26, 00:47
#3
Re: REPL in Eclipse - arrow and tab keys don't work right
Is it known how to get the list of options for autocompletion? I was doing
the telnet version as well and I'm at this point.
MAybe I can do it for both...although the eclipse frameworks are one of the
very few things that actually scare me
Miles Sabin wrote:
>
> On Sun, Feb 21, 2010 at 2:35 PM, Josh Suereth
> wrote:
>> Last I worked on it, you had to press enter for input to be flushed to
>> the stream, so tab + enter would work. The widget really needs an
>> overhaul to intelligently pull in input.
>
> Yup ... contributions would be very welcome ...
>
> Cheers,
>
>
> Miles
>
Last I worked on it, you had to press enter for input to be flushed to
the stream, so tab + enter would work. The widget really needs an
overhaul to intelligently pull in input.
Sent from my iPhone
On Feb 21, 2010, at 9:22 AM, Cay Horstmann
wrote:
> I tried out the REPL in Eclipse, but I can't get the arrow and tab
> keys to work right. I expected the up and down arrow to get command
> line history, and the tab key to do autocompletion. But they don't.
> Are there alternate keys?
>
> Thanks,
>
> Cay