This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-05
Channels
- # arachne (7)
- # architecture (3)
- # beginners (106)
- # cider (22)
- # clara (2)
- # cljs-dev (14)
- # cljsrn (12)
- # clojure (121)
- # clojure-china (1)
- # clojure-italy (2)
- # clojure-spec (22)
- # clojure-uk (32)
- # clojurescript (38)
- # community-development (45)
- # cursive (15)
- # datascript (6)
- # datomic (12)
- # defnpodcast (2)
- # emacs (8)
- # events (1)
- # fulcro (14)
- # immutant (6)
- # jobs (3)
- # jobs-discuss (6)
- # jobs-rus (3)
- # keechma (4)
- # keyboards (4)
- # leiningen (8)
- # luminus (1)
- # off-topic (91)
- # onyx (13)
- # parinfer (36)
- # re-frame (12)
- # reagent (23)
- # remote-jobs (1)
- # ring-swagger (3)
- # shadow-cljs (57)
- # specter (11)
- # sql (9)
- # uncomplicate (4)
- # vim (2)
- # yada (15)
@cfleming curious, on windows using 2018.1 I can't see the update, but I could see it on the Mac using 2017.3
@cfleming I manually downloaded the plugin zip file and installed it from disk - worked fine ¯\(ツ)/¯
@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.
@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@dustingetz: I think that's the same problem @cfleming referenced a couple messages up ("Cursive on IntelliJ EAP Builds")
Thanks, i see now, it the url doesn’t work for me .. but installing from zip file did work
I’m confused about how to use the Structural Editing -> Thread Form (and Unthread Form)
(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?