Hi everyone,
After a brief break, Cursive 1.10.1-eap2 is out. It includes support for the new 2021.1 IntelliJ EAP, as well as a few bugfixes and enhancements.
The main fix that a lot of people will be happy about is that the structural movement commands now move word by word within strings and comments. This was something that drove a lot of people nuts, and I’m sorry it took so long to get fixed. This works by delegating to the standard IntelliJ word move commands when invoked in those contexts.
There’s also an improvement to REPL commands, you can now pass the caret line number if you need to do so. There’s also Maven version completion in :replace-deps in deps.edn files, which had been overlooked somehow. And there’s a fix for a bug in the lein sync code.
A quick reminder - I’ve maintained 2019.3 support for 1.10.1, but it will be dropped as planned after this release.
Here are the issues:
AddedCheers,
Colin