eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.94k stars 2.49k forks source link

notebook: Select the Last Cell when deleting selected last cell #13715

Closed jonah-iden closed 4 months ago

jonah-iden commented 4 months ago

What it does

This aligns more to vscodes notebook behaviour that when deleting the last cells where one of them is selected, then the last cell in the notebook is selected. Previously no cell was selected after that.

How to test

Open a notebook with at least two cells. Select the last cell and delete it. The previous cell should now be selected

Follow-ups

Review checklist

Reminder for reviewers