hpi-swa / sandblocks

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

Current Progress from Live21 #40

Closed Quacck closed 3 years ago

Quacck commented 3 years ago

Add ForceLayouting, OffscreenBlockIndicators, Saving functionality (for some),

We had some problems with the git browser throwing away non-Smalltalk changes like the /docs/, maybe you can check whether this is all correct now.

tom95 commented 3 years ago

Perfect, thank you for the updates! I added two more commits relevant to this PR:

https://github.com/tom95/sandblocks/commit/1d9f9f2bf930d56a58d358d3c9e0d631183fe5e0 : the step methods caused redraws each they triggered, so we cache the last state and update only if there's a delta https://github.com/tom95/sandblocks/commit/16af39f200edaa3ecd04d2af5a77c2c24f48ff27 : as some other teams also depend on very specific moving behavior I made the force-layout part opt-in