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:
58
58
scalive <process id listed above>
59
59
```
60
60
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
+
61
66
## How to load your own JARs to the process
62
67
63
68
Scalive only automatically loads ` scala-library.jar ` , ` scala-compiler.jar ` ,
@@ -100,8 +105,6 @@ Similar projects:
100
105
101
106
## Known issues
102
107
103
- 1 .
104
-
105
108
For simplicity and to avoid memory leak when you attach/detach many times,
106
109
Scalive only supports processes with only the default system class loader,
107
110
without additional class loaders. Usually they are standalone JVM processes,
@@ -110,10 +113,3 @@ like
110
113
[ Xitrum] ( http://xitrum-framework.github.io/ ) in production mode.
111
114
112
115
Processes 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