Implement dragging to fill cells #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current scheme of filling cells is somewhat cumbersome. In the GUI version, implement a scheme to allow cells to be filled by dragging perhaps modeled on typical spreadsheets.
Partial progress was made on this by FillWith, which fills the marked region with the contents of the current cell. But it would be good to have the capacity to mark a region, and then indicate a region to fill it into by dragging, and do the fill.