Fork me on GitHub
#cursive
<
2016-04-14
>
cfleming00:04:36

@darwin: There isn’t right now, but there will be very soon (a couple of weeks).

cfleming00:04:22

@onetom: I’m not sure about that, I’ll check - could you file an issue?

cfleming00:04:50

@danielcompton: ESC will always get you from the REPL (or any toolwindow) to the most recent editor pane.

cfleming00:04:10

There’s no command to switch back to the REPL in a reliable way, sadly - coming soon.

danielcompton00:04:42

thanks, forgot about esc

cfleming00:04:44

If you’re into IdeaVim, make sure to check this doc out to customise your setup, many thanks to @curlyfry!

tetriscodes02:04:49

I’ll admit I’m new to Clojure (Compojure) with Cursive. is there a nice way to run the jar and start the server to listen and debug the routes

tetriscodes02:04:22

or does everyone run the lein server-headless?

danielcompton03:04:14

@tetriscodes: what JAR are you referring to?

danielcompton03:04:47

You can probably run your app from a REPL through Cursive, which you can then inspect

onetom18:04:03

@cfleming: i've checked and there is already a half year old issue for the ^M support: https://github.com/cursive-ide/cursive/issues/1103#issuecomment-210089384

cfleming22:04:06

@onetom: Ok, I’ll take a look at that, thanks.