Skip to content

Commit b7ca3d8

Browse files
committed
Update README
1 parent f8b22e0 commit b7ca3d8

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ To connect a Scala REPL console to a process:
5858
scalive <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

6368
Scalive only automatically loads `scala-library.jar`, `scala-compiler.jar`,
@@ -100,8 +105,6 @@ Similar projects:
100105

101106
## Known issues
102107

103-
1.
104-
105108
For simplicity and to avoid memory leak when you attach/detach many times,
106109
Scalive only supports processes with only the default system class loader,
107110
without 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

112115
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)

0 commit comments

Comments
 (0)