breck7 / scrollsdk

Build on top of Scroll.
https://sdk.scroll.pub
380 stars 17 forks source link

Create some type of N column view #91

Closed breck7 closed 4 years ago

breck7 commented 4 years ago

For things like viewing diffs, for narrow trees, perhaps we create a convention where you can display multiple trees side by side to better use screen real estate.

perhaps something like this: toAlignedColumns(tree1, tree2, tree3, ...)

and you could print line numbers too.... might be good for viewing actual/expected diffs (alongside coloring) in TestRacer.

breck7 commented 4 years ago

Added