Fork me on GitHub
#cursive
<
2017-11-06
>
sparkofreason00:11:37

Cool. I was able to make it work with IntelliJ macros.

snoe05:11:06

@dave.dixon that works great! I didn’t realize intellij had these. For others, I did Navigate -> Structural Movement -> Move Backwards out of Sexp followed by expand-selection.

sparkofreason17:11:46

Does cursive allow usage of parinfer "smart" mode?

cfleming21:11:06

@dave.dixon Not yet, although I’m working on it. I have it almost ready to go, but parinfer v3 has outstanding bugs which make smart mode fairly unusable in Cursive. Shaun has been busy recently but I’m hoping to work with him on fixing them soon.

sparkofreason21:11:29

Cool. It's a "nice-to-have", but it definitely needs to be unobtrusive.

sparkofreason21:11:15

BTW, one other suggestion from my time with atom/proto-repl is to make the code coloring a bit more granular. For instance, in cursive, pretty much all identifiers are colored as "symbols", but somehow the clojure plugin for atom separated things like top-level defintitions from parameters, let-bindings, etc. Not super important, but another nice-to-have at some point.

cfleming23:11:42

@dave.dixon Yeah, there are a couple of issues related to this, I definitely think there’s scope to do more there.