chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
2019-03-14T01:20:46.014900Z

@mauricio.szabo i'm trying the new-renderer-for-results branch. i noticed that after evaluating a defn in a code editor pane that i get something that looks like #unrepl/browsable [#'some-ns/some-name ...] in the editor. clicking on the angle bracket to the left of this leads to expansion, but the expanded results appear on the right, where they tend to end up at the edge of the code editor (and consequently, there's a tendency to not be able to see a portion of the expanded bits -- scrolling sideways does work, fwiw). is that what happens there too?

2019-03-14T01:24:12.017300Z

also i noticed that some ... can be clicked with a result, while other ... don't appear responsive to clicks. the first ... i see (the one inside #unrepl/browsable [#'some-ns/some-name ...]) doesn't appear highlighted (and doesn't do anything when clicked), while after expanding, the ... that appears under the var that shows up is highlighted and can be clicked.

mauricio.szabo 2019-03-14T15:58:37.018100Z

Okay, #unrepl/browseable should not appear. Can you give me an example? A screenshot should be fine

mauricio.szabo 2019-03-14T15:58:49.018200Z

This is the intended result

mauricio.szabo 2019-03-14T16:00:29.019800Z

As for the problems with tags, yes, I probably need to tweak a little with the CSS (or even render diferently) so that it'll not indent so far