clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
323 stars 54 forks source link

[inspect] Re-implement :view-mode with a stack same as paging #275

Closed alexander-yakushev closed 1 month ago

alexander-yakushev commented 1 month ago

In the end, I decided to track :view-mode on the Orchard side and make it behave as a per-value remembered thing similar to how current-page is implemented (like I said in https://github.com/clojure-emacs/cider-nrepl/pull/880).

vemv commented 1 month ago

Makes sense to me!

alexander-yakushev commented 1 month ago

0.26.1 would be much appreciated to finish the cider-nrepl side.