Releases: BetterThanTomorrow/calva
Releases · BetterThanTomorrow/calva
v2.0.441
v2.0.440
v2.0.439
v2.0.438
v2.0.437
- Retire experimental setting for strict prevent unmatched closing bracket. Close: Unexpected cursor movement when using 'Strict Prevent Unmatched Closing Brackets'
- Update default Jack-in nrepl dependencies, nrepl 1.1.1, cider-nrepl 0.47.1
- Fix: Throws error when debugging atoms
v2.0.436
v2.0.435
v2.0.434
v2.0.433
- Implement experimental support for multicursor rewrap commands. Enable
calva.paredit.multicursor
in your settings to try it out. Closes #2473 - Add a separator line between evaluation outputs to the Output terminal
- Implement experimental support for multicursor selectCurrentForm command. Enable
calva.paredit.multicursor
in your settings to try it out. Closes #2476