hg: kulla/dev/langtools: Completion for REPL commands and their arguments.
Jan Lahoda
jan.lahoda at oracle.com
Wed Mar 25 20:46:36 UTC 2015
Hello Shinya,
Thanks for the patch, pushed.
Jan
On 25.3.2015 00:12, ShinyaYoshida wrote:
> Hi, Jan.
>
> Consider this case:
>
> -> void m(int n) {}
> -> int num1 = 1, num2 = 2
>
> -> m(num1
> >> /[tab]
>
> /classes /classpath /exit /feedback /help etc...
>
> Currently, REPL prints command suggestions.
> But, REPL should print code suggestions, not command suggestions.
>
> Please consider my patch.
> webrev: http://cr.openjdk.java.net/~shinyafox/kulla/a522e3dbc4ef/webrev.00/
>
> Regards,
> shinyafox(Shinya Yoshida)
>
> 2015-03-24 15:22 GMT+09:00 <jan.lahoda at oracle.com
> <mailto:jan.lahoda at oracle.com>>:
>
> Changeset: a522e3dbc4ef
> Author: jlahoda
> Date: 2015-03-24 07:18 +0100
> URL: http://hg.openjdk.java.net/kulla/dev/langtools/rev/a522e3dbc4ef
>
> Completion for REPL commands and their arguments.
>
> ! repl/src/tool/Repl.java
> + repl/testng/test/CommandCompletionTest.java
> ! repl/testng/test/ReplToolTesting.java
> ! repl/testng/testng.xml
>
>
More information about the kulla-dev
mailing list