Fork me on GitHub
#cursive
<
2016-07-28
>
danielcompton02:07:42

@cfleming: where is the setting for resolve-as kept? I’m trying to resolve a clojure async macro the same way that cljs.test/async is resolved

cfleming02:07:39

I don’t think cljs.test/async has any resolution settings

cfleming02:07:17

I lie, it does

danielcompton02:07:43

I knew it was somewhere, but couldn’t remember where I’d seen it

danielcompton02:07:46

thought it was in Slack

danielcompton02:07:09

Where is that directory on OS X?

danielcompton02:07:30

Application Support and Preferences both don’t seem to have the config folder?

cfleming02:07:25

Pretty sure it’s ~/Library/Preferences/IntelliJIdea2016.2/options/

cfleming02:07:39

The file may not exist if you haven’t configured anything.

cfleming02:07:34

@danielcompton: If you fiddle with that file and add a modification which requires indexing more vars (i.e. not just local bindings), you’ll need to do a File->Invalidate Caches

danielcompton02:07:56

was wondering what to do

kevin13:07:36

I’m getting the following error in IntelliJ’s Event Log quite often: "Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA”. Nothing seems to stop working when that error shows up, but it's started happening quite regularly (hourly?) and I’m getting a little tired of restarting. Anybody else run into this / ideas how to fix it?

cap10morgan15:07:23

With parinfer, is there a way to have it paste code at the level of the cursor rather than always pasting at column 1?

snowell16:07:23

Is there a way (easy or otherwise) that I can reformat a big clojure map that’s all on one line (result of a (prn) call) into multiple lines? Cmd-Alt-L is telling me that it’s already properly formatted, which is technically correct, but it’s quite hard to read

snowell16:07:05

Worked around via http://pretty-print.net, but that’s hardly a permanent solution 😄

snowell16:07:55

Ignore me. cljs.pprint exists and is exactly what I wanted

hjrnunes19:07:41

Hi guys. On IC 2006.2 trying to get cursive updated. It was installed before, I updated IC, Cursive prompted me for my license, which I inserted, but it’s not working. IC prompts me to update to 1.2.7-2016.1 and when I do it, it downloads but does nothing. Doesn’t even prompt for reinstall. Any ideas?

hjrnunes19:07:37

Ok forget about it. It had some old repo url in there.

cfleming23:07:47

@kevin: Do you have a better error in your main log file? Help->Show log in Finder/Explorer?

cfleming23:07:13

@cap10morgan: Not now unfortunately, pasting is one of the things I need to fix up in parinfer.

cap10morgan23:07:19

OK, cool. Just wanted to make sure I wasn't missing a setting. Thanks!