...
- keep imports (DONE see
importandshow importscommands) - remove the requirement for the "go" command (DONE)
- proposal: read lines until one is entered WITHOUT a trailing semicolon or as long as there are open parantheses; change prompt for continuation lines
- the value of last expression evaluated is made available in a variable. The name of the variable is short , e.g. "res". It is also automatically printed to the console (including type?). (DONE The last result is saved as the {_} variable)
- alternate name: "_" or "_r"
...
- basic syntax highlighting in source code (DONE in 1.5*)*
- line numbers (be able to turn on / off)
- be able to specify some .jar files that will be included into the classpath (DONE in 1.6)
- enable standard-de-facto ctrl+z for undo and ctrl+y for redo
- tabs
- code formatting
...