Fork me on GitHub
#cider
<
2016-01-24
>
plexus17:01:27

I'm having some trouble getting cider-javadoc (`C-c C-d j`) to work

plexus17:01:12

e.g. if I try to look up the docs for javafx.stage.Stage, I can see it traces down to a call to (browse-url "javafx/stage/Stage.html")

plexus17:01:21

that's a relative URL, which can't really work, and indeed that call to browse-url just does nothing. I would imagine it would have to have some kind of provision for javadoc search paths, but there doesn't seem to be anything like that (yet)

plexus17:01:12

am I missing something? is cider-javadoc perhaps only intended for javadoc local to the current project?

plexus18:01:56

Seems in the case of java.lang.* this does actually browse to a fully qualified URL, so it works in that case, but not for e.g. for JavaFX

codemartin20:01:28

On cider-jack-in, CIDER says WARNING: CIDER requires nREPL 0.2.12 (or newer) to work properly. My ~/.boot/profile.boot has the [org.clojure/tools.nrepl "0.2.12"] set as default dependency. Trying to apply https://github.com/boot-clj/boot/wiki/Cider-REPL, and to figure out what all the numbers should be, but I can't get it right. Anyone who has a working current boot setup with CIDER? Current profile.boot: https://www.refheap.com/114024