@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?
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.
Okay, #unrepl/browseable
should not appear. Can you give me an example? A screenshot should be fine
This is the intended result
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