Fork me on GitHub
#cursive
<
2018-02-05
>
hagmonk03:02:13

@cfleming is it safe to move to EAP 2018.* yet?

cfleming03:02:48

@hagmonk I actually just pushed 1.6.3-eap3 which has 2018.1 support.

cfleming03:02:12

So as long as Cursive is configured to download EAPs you should be good to go.

hagmonk03:02:09

cool! thanks, I'll give it a swing

hagmonk04:02:37

@cfleming curious, on windows using 2018.1 I can't see the update, but I could see it on the Mac using 2017.3

hagmonk05:02:56

@cfleming I manually downloaded the plugin zip file and installed it from disk - worked fine ¯\(ツ)

cfleming11:02:45

@hagmonk Yeah, that’s a problem - it’s described here: https://cursive-ide.com/userguide/troubleshooting.html under “Cursive on IntelliJ EAP builds”. I should add the other workaround (download the plugin manually) too.

joelsanchez11:02:33

@yonatanel this is my ~/.IdeaIC2017.3/config/options/ClojureResolveSettings.xml:

<application>
  <component name="ClojureResolveSettings">
    <item key="myproject.common.macros/defhandler" resolves-as="clojure.core/defn" />
    <item key="myproject.common.state.actions/defaction" resolves-as="clojure.core/defn" />
    <item key="myproject.common.macros/defstate" resolves-as="clojure.core/def" />
    <item key="myproject.common.macros/defpage" resolves-as="clojure.core/defn" />
  </component>
</application>
most likely in a similar path in your system

yonatanel13:02:01

Also ./config/codestyles, which contains indentation (just found it)

shaun-mahood16:02:20

@dustingetz: I think that's the same problem @cfleming referenced a couple messages up ("Cursive on IntelliJ EAP Builds")

Dustin Getz16:02:22

Thanks, i see now, it the url doesn’t work for me .. but installing from zip file did work

taylor18:02:56

I’m confused about how to use the Structural Editing -> Thread Form (and Unthread Form)

taylor18:02:56

(apply + (filter number? (map :amount rows))) for example, if I wanted to thread-last those forms, would I be able to use Thread Form to do that?

taylor18:02:22

I think I just figured it out. I have to position cursor on the innermost form, and then repeatedly Thread Form to work my way out?

cfleming21:02:26

@taylor Yes, that’s right.