quadratic icon indicating copy to clipboard operation
quadratic copied to clipboard

Rework how sheet behaviors work on cells where editor is open

Open luke-quadratic opened this issue 1 year ago • 1 comments

Current behavior: if a Python cell is open as editor you can't delete a selection of cells that include that open in editor selection (you can however cut! at the moment cutting just deletes every cell around it in the selection and leaves code cell, but delete deletes nothing)

Desired behavior: with editor open be able to delete and cut all cells including the editor cell, would include cutting the code cell and moving it

Considerations: for cut to work properly it needs to save code first in editor

luke-quadratic avatar Dec 06 '23 19:12 luke-quadratic

Notice this behavior a lot when trying to cut and paste charts. Very common because charts need to be relocated/aligned in charts commonly. Normal code cells less common. It works out funny because you end up accidentally pasting the chart and it not cutting so you have charts overlapping.

luke-quadratic avatar Jan 12 '24 05:01 luke-quadratic

this behavior works as intended now

luke-quadratic avatar Jul 23 '24 19:07 luke-quadratic