History log of /openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/HistoryObject.java
Revision Date Author Comments
# 1695:be28ce2f1054 18-May-2016 jlahoda

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


# 1395:6263188b48de 27-Aug-2015 sundar

8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
Reviewed-by: hannesw, attila


# 1388:105d0051d37b 24-Aug-2015 sundar

8134279: jjs should support multiple line input to complete incomplete code
Reviewed-by: attila, hannesw


# 1381:5b0c3dc04a73 19-Aug-2015 sundar

8133872: Expression completion should work on contexts where an expression is accepted
Reviewed-by: hannesw, mhaupt


# 1378:54af83b4a714 18-Aug-2015 sundar

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