hpi-swa / sandblocks

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

tutorial: fix deletion step on insertion assertion #93

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

The cursor must be position behind the last array item block, not inside the array item. Make sure that the previous item has not been overwritten.

tom95 commented 2 years ago

Good call. Another improvement may be to insert a step that checks that the cursor has reached the insert position but this is certainly already an important improvement as-is :)