Fork me on GitHub
#cursive
<
2016-02-18
>
cfleming09:02:32

@arijun: Does it work properly if you assign a key to it? That sounds like it might be a problem with the action popup.

Petrus Theron15:02:01

Seeing some strange behaviour working on cljs file that could be Cursive or Boot. When I "Load file in REPL” from IntelliJ, I get errors from an older version of my file that lives in the out folder. I can eval forms directly and they work, but “Load file in REPL” seems to load the corresponding file in the out folder, that is old. Now, that could be that the file isn’t being updated, or that it’s loading the wrong file.

arijun16:02:51

@cfleming: there is a key assigned to both the history and slurp commands. History works using the key but not find action

arijun16:02:57

Is there a way to clear the input in the repl like ctrl-c will do for bash and ipython?

imre16:02:26

ctrl-a backspace

imre16:02:58

at least that's the simplest I could find so far