Fork me on GitHub
#cursive
<
2016-04-13
>
ghufran03:04:41

@cfleming: I just downloaded a new version of intellij idea (2016.1.1), cursive doesn’t seem to be working, on the ‘plugin’ page, it shows up in the search, but there’s a little tooltip saying it is not compatible with this version of idea.

ghufran03:04:24

the cursive version info says: Built on: 2016-04-06 16:05 Built from: 1.2.4-17-g813730f

ghufran03:04:11

ahh, where it says “Cursive for v15 (1.2.4-15)” .. I guess I just figured out that that meant. I assumed it meant >= 15 simple_smile

cfleming03:04:36

@ghufran: No, sadly there’s a bug in IntelliJ which makes this a real pain.

cfleming03:04:22

Plugins-&gt;Browse Repositories-&gt;Manage repositories and delete any Cursive repos you see there.

cfleming03:04:54

Then from the Browse Repositories page, refresh and search for Cursive.

ghufran03:04:38

so it should still work on the 2016 version? Otherwise I can get 15.0.5 from here: https://confluence.jetbrains.com/display/IntelliJIDEA/Previous+IntelliJ+IDEA+Releases

cfleming03:04:28

It definitely works on the 2016 version.

ghufran04:04:08

@cfleming: working great now, thank you!

sashton08:04:58

@james: how did you get a mini file view shown on the right side of https://raw.githubusercontent.com/wiki/Misophistful/borealis-cursive-theme/images/Borealis.png Is it an intellij feature or a plugin?

james11:04:03

@sashton: simax99 is absolutely right, it's the CodeGlance plugin.

sashton11:04:35

Thanks! I'll check it out

darwin11:04:58

is there any way how to teach cursive that my home-made macro should behave like ->? now Cursive underlines my calls with invalid arity

darwin11:04:19

I worked around it by adding “fake” arity to my functions, but this is not an ideal solution

onetom16:04:17

how come the "Move Caret to Matching Brace ^M" editor action doesn't work in the REPL window? i thought it might mean Enter, just like in a terminal, but it simply does nothing 😞

onetom16:04:15

@kenny: i was having similar issues. i just deleted the problematic subfolder for that dependency and it solved the issue.

danielcompton23:04:21

Is there a bindable keyboard command to switch from the REPL (or anywhere) to the most recent editor pane?

danielcompton23:04:41

And is there a command to switch to the REPL which doesn’t hide the REPL if you’re already on it?