hpi-swa / sandblocks

A projectional editor for Squeak/Smalltalk.
MIT License
35 stars 3 forks source link

Grid views #129

Closed JoeAtHPI closed 11 months ago

JoeAtHPI commented 11 months ago

To view all possible results from all permutations at one glance, a grid based layout is introduced. The Permutation Grid gathers all watched expressions and examples for one permutation. image The Example Grid View puts all permutations and watched expressions per example. image

With more views, the gathered states of permutations has been outsourced to SBMultiverse, which all the views share. Resolves former todo, that the collecting of e.g. all variants was done multiple times. The Views have been refactored. A SBGrid simply lays out its given morphs in a matrix like grid. Creating the matrix from watches/multiverses is the job of a SBCluster.

The Cluster do not have any interactions yet. After the survey is evaluated, some more features might come.

github-actions[bot] commented 11 months ago

Pull Request Test Coverage Report for Build 6945449030


Totals Coverage Status
Change from base Build 6795343527: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls