Fork me on GitHub
#cursive
<
2017-03-30
>
achikin08:03:02

Btw regarding https://github.com/cursive-ide/cursive/issues/1698 how do you find out a repl port through leiningen? Sometimes I lunch a repl that generates a lot of logs and I can’t find out the port in the log output.

danielcompton08:03:22

Lein creates a .nrepl-port file when it starts up

danielcompton08:03:29

Or something similar

danielcompton08:03:57

Or look at the welcome message, it prints it there too

tengstrand08:03:51

The plugin Changes Bar does not work with Cursive. It’s my favourite plugin, so I really miss it. Any plans to fix this?

cfleming08:03:52

@achikin Right, as @danielcompton says, lein creates a file containing the port. This is what Cursive uses when you select the lein option as suggested in that issue, and I assume what Cider uses.

cfleming08:03:12

@teng I’m not familiar with that plugin, what’s the problem?

tengstrand08:03:45

@cfleming After you have installed the plugin and restart Idea, then Idea can’t open a project again (you get an error message), so you have to uninstall the plugin to make it work again.

tengstrand08:03:31

The cool thing with "Changes Bar” is that you can work with several change lists within Idea which is very handy.

cfleming08:03:13

@teng What is the error message/stacktrace?

cfleming08:03:57

@teng Can you check the log for an exception? Help-&gt;Show log in Finder/Explorer

cfleming09:03:29

@teng I see that error but it’s nothing to do with Cursive as far as I can tell

cfleming09:03:22

The Changes Bar plugin is trying to load an icon, it fails (looks like it’s misspelled: /runConfigurations/testOuput.png) and that exception during startup causes the plugin to fail.

tengstrand09:03:37

@cfleming Ok, thanks. The reason that I thought it had something to do with Cursive was that the plugin worked before, when I programmed in Java.