History log of /openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/Console.java
Revision Date Author Comments
# 1798:e8627495578f 18-Oct-2016 jlahoda

8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Summary: Reset the console when the process is suspended and resumed.
Reviewed-by: sundar


# 1718:6db58b7709f3 08-Jun-2016 hannesw

8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt


# 1701:7ab7fc00b147 24-May-2016 jlahoda

8131017: jshell tool: pasting code with tabs invokes tab completion
Summary: Enabling copy-paste detection.
Reviewed-by: lagergren, sundar


# 1695:be28ce2f1054 18-May-2016 jlahoda

8133549: Generalize jshell's EditingHistory
Summary: Using a generic EditingHistory in jjs
Reviewed-by: sundar


# 1574:1597de0e19e3 16-Dec-2015 sundar

8145486: jjs should support documentation key shortcut in interactive mode
Reviewed-by: mhaupt, hannesw


# 1414:37a9addb8c8d 07-Sep-2015 sundar

8135151: jjs should work in cygwin environment
Reviewed-by: attila, hannesw


# 1384:5beae9dfcdb9 21-Aug-2015 sundar

8133948: Add 'edit' function to allow external editing of scripts
Reviewed-by: attila, hannesw, jlahoda


# 1378:54af83b4a714 18-Aug-2015 sundar

8133777: Use file based persistence for history instead of preferences
Reviewed-by: attila, mhaupt


# 1376:a41c8fc1867e 17-Aug-2015 sundar

8133652: Implement tab-completion for member select expressions
Reviewed-by: jlaskey, attila


# 1372:7cbb2b5867fd 13-Aug-2015 sundar

8133347: Add makefiles support and basic session, persistence history navigation with jline
Reviewed-by: erikj, jlahoda, jlaskey