Fork me on GitHub
#cursive
<
2019-06-27
>
kenny00:06:31

I accidentally clicked 'Don't ask me again' on the ClojureDocs download popup, but I actually want it to ask me again. Can I reset this setting?

cfleming22:06:15

Yep, Preferences | Languages &amp; Frameworks | Clojure | Documentation options

joelsanchez08:06:27

at least "Find usages" still works

onetom19:06:32

if i create an empty directory, open it up in intellij first, then i create a deps.edn file, cursive doesn't allow me to create deps based run configurations or repls. if i run File/New/Project from existing sources... and just let it overwrite the .idea directory, then everything works. how can i manually inform cursive/intellij project about the creation of the deps.edn file?

cfleming22:06:36

@onetom You can add it from the deps toolwindow using the + button.

onetom23:06:48

but i don't even have a deps tool window

onetom23:06:01

btw, im on 2019.1.3 & 1.8.2-eap4 but it didn't work with non-eap version either. imagine, i do this:

mkdir deps-test
idea deps-test
echo '{:paths ["src"] :deps {}} ' > deps-test/deps.edn
and then what's next? i have no deps tool window. cmd-shift-a "deps" doesn't show that option either.

onetom23:06:29

in fact, cmd-shift-a doesn't even work now, after i've added the deps.edn file 😕 it works in other windows... this happened for the 2nd time today.

onetom23:06:31

it's blinking the Help menu, but the action finder doesn't pop up. but if i select the Find Action... from the Help menu with the mouse, then the popup appears...

cfleming23:06:17

Hmm, right, if it’s the very first deps.edn file, you won’t have the toolwindow yet. You can use File | Project Structure, click + there and import a new module, and then point it at the deps.edn file.

onetom23:06:34

ok, let me try it

onetom23:06:23

yeah, it kinda works, just have to delete the autogenerated module, which im a bit reluctant to do, since it's auto-generated 😕 also if delete that module, then my project tool window looks weird, like no files there, only the deps.edn anyway, thanks for the clarification

cfleming23:06:21

Why do you want to delete the autogenerated module?