History log of /openjdk10/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/Main.java
Revision Date Author Comments
# 1916:03e5f1316a2d 19-Apr-2017 sundar

8178954: jjs uses wrong javadoc base URL
Reviewed-by: hannesw


# 1768:fe2dcb396ff4 25-Aug-2016 sundar

8164748: Edit pad crashes when calling function
Reviewed-by: jlaskey


# 1764:b8634c8d947a 18-Aug-2016 sundar

8164260: readLine does not echo characters
Reviewed-by: jlaskey


# 1717:64f922ff84bb 07-Jun-2016 sundar

8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
Reviewed-by: hannesw, mhaupt


# 1584:da397aea8ada 29-Dec-2015 sundar

8146253: jjs should look for "doc string" property to print documentation on shift-tab
Reviewed-by: attila


# 1574:1597de0e19e3 16-Dec-2015 sundar

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


# 1508:a661018d34b8 11-Nov-2015 hannesw

8141702: Add support for Symbol property keys
Reviewed-by: attila, sundar


# 1452:e281c7a891f9 06-Oct-2015 sundar

8138910: Ctrl-D causes jjs to crash with NPE
Reviewed-by: attila, hannesw


# 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


# 1391:4577d801c522 25-Aug-2015 sundar

8134397: Features that require AWT, swing should handle headless mode properly
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


# 1385:a5a67511b22b 22-Aug-2015 sundar

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


# 1384:5beae9dfcdb9 21-Aug-2015 sundar

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


# 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


# 1377:23f843804b05 17-Aug-2015 sundar

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


# 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