Fork me on GitHub
#cursive
<
2015-11-03
>
thosmos01:11:26

@cfleming: The FileWatchers plugin only enables calling to the commandline, not internal tasks like your "reload lein project" Also it's a bit arcane for configuring. But it does enable me to run "lein generate" after build.boot changes. Then once your project watcher feature arrives, that'll save needing to manually refresh the projects.

cfleming01:11:10

@thosmos: Ok, thanks. Sounds like there’s some scope for improvement there then.

nodename05:11:56

Just installed on Ubuntu and I'm getting lots of unresolveds, such as defn, atom, etc. What have I screwed up?

nodename05:11:01

(even function parameters are being marked as "cannot be resolved"!)

cfleming08:11:02

@nodename: Things to try: File-&gt;Invalidate caches and restart (sometimes indexes get funky), and check that you have a clojure jar in your dependencies (External Libraries in the project view).

cfleming08:11:31

Or is this CLJS code?

nodename08:11:16

It's CLJ, a project that behaves normally in Cursive on my Mac

nodename08:11:52

Aha, nothing under External Libraries, what to do?

cfleming08:11:24

Assuming you’re using Lein, check that your project (or projects) is registered in the Leiningen toolwindow.

cfleming08:11:53

If they don’t appear there, then right click the project.clj and select “Add as Leiningen project"

nodename08:11:01

"There are no Leiningen projects to display"

cfleming08:11:16

Ok, adding that should fix it.

nodename08:11:52

and restart perhaps?

nodename08:11:20

Ah, it took a bit but it fixed it

Pablo Fernandez10:11:38

I’d love if Cursive could run Figwheel with a very nice REPL, such as ClojureRepl. That would be a great dev environment. I bet I’m not the only one and this is already in the issue tracker.

cfleming10:11:07

@pupeno: Yeah, that’s definitely on my list for soon after the conj

Pablo Fernandez10:11:12

Although, I heard figwheel can now run inside a clojure app, so you don’t need to run it as a separate process, which would also be something I’d like to leverage.

cfleming11:11:02

@pupeno: How do you mean?

akiel13:11:09

Does Cursive work in IDEA 15?

launchpad16:11:48

akiel: Yes, there’s a different repository url for it that you’ll have to add.

akiel16:11:17

launchpad: thanks