History log of /openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/NashornCompleter.java
Revision Date Author Comments
# 1739:4a6a1fd3d3dd 12-Jul-2016 sundar

8149929: Nashorn Parser API needs to be updated for ES6
Reviewed-by: mhaupt, hannesw


# 1695:be28ce2f1054 18-May-2016 jlahoda

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


# 1391:4577d801c522 25-Aug-2015 sundar

8134397: Features that require AWT, swing should handle headless mode properly
Reviewed-by: hannesw, attila


# 1390:fa839eaa06b0 25-Aug-2015 sundar

8134381: load completion should not use swing from non UI thread
Reviewed-by: lagergren, attila, hannesw


# 1389:9379e33273fe 24-Aug-2015 sundar

8134309: load call argument completion could be done with file chooser
Reviewed-by: attila, hannesw


# 1388:105d0051d37b 24-Aug-2015 sundar

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


# 1385:a5a67511b22b 22-Aug-2015 sundar

8134255: Implement tab-completion for java package prefixes and package names
Reviewed-by: attila, mhaupt


# 1381:5b0c3dc04a73 19-Aug-2015 sundar

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


# 1379:477207d0b807 18-Aug-2015 sundar

8133812: identifier and member expression completion handling is not uniform
Reviewed-by: attila, hannesw


# 1377:23f843804b05 17-Aug-2015 sundar

8133695: Implement tab-completion for identifiers
Reviewed-by: attila, jlaskey