cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
574 stars 7 forks source link

Simplify folding #2890

Closed cursive-ide closed 3 months ago

cursive-ide commented 3 months ago

Cursive has long had an option to fold stack trace lines from outside the current project. However, as JetBrains get stricter on not calling slow operations like index access from the EDT, this has become more and more difficult. So I'm going to switch to what other language plugins do, just folding lines from the language itself (clojure.*).

cursive-ide commented 3 months ago

Fix released in 1.13.2-eap8 on 2024-03-27.

cursive-ide commented 2 months ago

Fix released in 1.13.2 on 2024-04-04.