cursive

Issues at: https://git.io/cursive-issues
cfleming 2021-04-09T01:57:30.180100Z

There isn’t a way to get this to work automatically at the moment, sorry - I’m planning to add an SDK type which will help with this.

cfleming 2021-04-09T01:57:59.180300Z

There’s an issue discussing problems with bb: https://github.com/cursive-ide/cursive/issues/2516

cfleming 2021-04-09T01:59:14.180600Z

Right, 2021.1 support was added in 1.10.1. You’ll have to upgrade Cursive in that case, yes.

cfleming 2021-04-09T02:01:17.180800Z

@onetom I’m not seeing that paren problem, it’s working fine for me and no-one else has reported that.

1👏
cfleming 2021-04-09T02:01:43.181Z

And yes, the non-idempotent thing is an ongoing problem, not 2021.1 specific.

1👍
cfleming 2021-04-09T02:04:35.181200Z

Sadly, no, sorry.

cfleming 2021-04-09T02:24:48.181400Z

I’ve been using 2021.1 since the start of the EAP and it’s been working well for me. The idempotence check isn’t new in 2021.1, that’s been there for a while now.

1👍
salam 2021-04-09T02:31:26.181700Z

i see. i am greeted with this error message whenever i open an existing deps.edn project. it would be nice it didn't show up in the first place if it doesn't have any impact on the functionality/stability of the ide/cursive.

onetom 2021-04-09T02:36:36.182400Z

great to hear that the paren thing is not reproducible. most likely it's caused by some plugin then! i will do some bisecting on my plugins!

cfleming 2021-04-09T02:37:11.182600Z

Yes, this is unfortunate, and I’m not sure what the implications are since it doesn’t seem to affect anything that I can see. Fixing it is also a significant engineering effort at this stage. I’m going to talk to JetBrains about it and see if I can disable the message in the meantime.

1
cfleming 2021-04-09T02:37:47.182800Z

I’m interested to hear if you figure out which one it is!

unbalanced 2021-04-09T17:02:29.183300Z

No worries. Seems really elusive :thinking-face:

wilkerlucio 2021-04-09T18:22:42.183500Z

one more data point: to me the parens are working as expected

wilkerlucio 2021-04-09T19:08:52.183700Z

one very subtle detail I noticed (maybe not from the last IntelliJ, but using Intellij with BigSur): the cursor, specially the Text cursor, seems like instead of having the “clicking point” in the middle (as it is in the rest of the OS) it is positioned at the top left corner of the icon (like if it was a pointer cursor)

wilkerlucio 2021-04-09T19:09:31.184Z

did anybody else experience that? I noticed this after having a bunch of selections that I though I was starting at a specific char, but off by one, many times