GemTalk / Sparkle

MIT License
11 stars 5 forks source link

Evaluator close button should first unlink, then close #42

Closed martinmcclure closed 1 year ago

martinmcclure commented 3 years ago

When an evaluator has a linked pane, the close button in the evaluator should appear as the hidePane16 icon, and its action should be to close and unlink the linked pane.

When the evaluator has no linked pane, the close button should appear with the close icon (as it always does now) and its action should be to close the evaluator.

Thus, to close an evaluator with a linked pane, you click twice -- once to close the linked pane and change the appearance of the button, and again to close the evaluator.

martinmcclure commented 2 years ago

Implemented in commit 637d1baa, currently only in martinDev.

martinmcclure commented 1 year ago

This was merged to main in commit d334dfdb, May 26.