mkremins / tailspin

MIT License
2 stars 0 forks source link

Update dependent cells on cell rename #4

Open mkremins opened 10 years ago

mkremins commented 10 years ago

When the user renames a code cell, other (potentially dependent) cells are not notified that the rename has occurred. As a result, renames can leave some cells out of sync with the rest of the sheet. To prevent this, a distinct :rename event (similar to, e.g., a :remove event) should be pushed to the sheet whenever a cell is renamed, giving the sheet itself a chance to update any dependent cells.