File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ To connect a Scala REPL console to a process:
5858scalive <process id listed above>
5959```
6060
61+ Just like in normal Scala REPL console, you can:
62+
63+ * Use up/down arrows keys to navigate the console history
64+ * Use tab key for completion
65+
6166## How to load your own JARs to the process
6267
6368Scalive only automatically loads ` scala-library.jar ` , ` scala-compiler.jar ` ,
@@ -100,8 +105,6 @@ Similar projects:
100105
101106## Known issues
102107
103- 1 .
104-
105108For simplicity and to avoid memory leak when you attach/detach many times,
106109Scalive only supports processes with only the default system class loader,
107110without additional class loaders. Usually they are standalone JVM processes,
@@ -110,10 +113,3 @@ like
110113[ Xitrum] ( http://xitrum-framework.github.io/ ) in production mode.
111114
112115Processes with multiple class loaders like Tomcat are currently not supported.
113-
114- 2 .
115-
116- These features will be added in the future:
117-
118- * [ Use up/down arrows keys to navigate the console history, pasting multiline block of code etc.] ( https://github.com/xitrum-framework/scalive/issues/1 )
119- * [ Use tab key for autocompletion] ( https://github.com/xitrum-framework/scalive/issues/2 )
You can’t perform that action at this time.
0 commit comments