cursive

olttwa 2025-03-10T08:17:05.936329Z

I began using Cursive+IntelliJ ~3 years back, and from what I remember, pressing delete on a left parenthesis would simply move the cursor back, not delete the parenthesis. Recently, upon pressing delete on the left parenthesis, it is deleting both pair of parenthesis, while leaving internal content intact. The behaviour is as expected for the Right parenthesis. Has something changed?

olttwa 2025-03-10T08:17:12.511129Z

Versions Cursive - 1.14.1-eap2-2023.3 IntelliJ - IntelliJ IDEA 2023.3.2 Structural style - Parinfer

cfleming 2025-03-10T18:55:06.662289Z

This hasn't changed in a very long time, I think what you're remembering is the paredit behaviour, and what you're experiencing now is the parinfer behaviour - have you switched from one to the other?

olttwa 2025-03-11T12:29:28.345089Z

Thanks for that @cfleming 🙏. Think my editor switched to parinfer accidentally. Switching back to paredit brought back the expected behaviour.

Dustin Getz (Hyperfiddle) 2025-03-10T13:51:25.113519Z

Is it possible to install an EAP Cursive build directly, without needing to first toggle the Cursive setting "check for EAP build"? I appear to face a bootstrapping paradox, can't get the EAP Cursive build installed from an EAP IDEA build because it doesn't support Cursive-non-EAP

Dustin Getz (Hyperfiddle) 2025-03-10T13:55:50.052009Z

ah, I think there is an "import plugins from previous install" step on Idea EAP install, my error was installing the EAP build first before installing the non-EAP build

Dustin Getz (Hyperfiddle) 2025-03-10T14:00:26.622229Z

Yes, triggering a manual "Import Settings..." action and importing the IDEA (non-EAP) settings into the Idea EAP environment caused the IDEA EAP env to load Cursive, flagging it as incompatible but now allowing an update to the compatible version

cfleming 2025-03-10T18:53:37.049839Z

Ok, there's also this: https://cursive-ide.com/userguide/troubleshooting.html#cursive-on-intellij-eap-builds

👀 1
Dustin Getz (Hyperfiddle) 2025-03-10T19:47:34.927929Z

aha, thanks

Dustin Getz (Hyperfiddle) 2025-03-10T13:52:48.982699Z

Perf - IDEA 2025.1 EAP now supports downgrading the Jetbrains Boot Java Runtime to a v17 JRE, which appears to improve perf on apple silicon - still testing

🤔 1