You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook editor is built on top of the List Widget, thus it's natural to add multiple selection support to it. It needs careful design with the API and UX as the notebook interactions are somewhat different from the text editor or file explorer so we are adding multiple selection support gradually. Please test with GitHub Issue Notebook and play with following scenarios:
Arrow keys
Shift + Click multi selects
Copy/Paste/Cut works with multi select
After Cut/Paste, the selections are correct
After Undo/Redo, the selections are correct
API. We are moving to the new NotebookEditor.selections but please check if NotebookEditor.selection is always correct when you change cell selections in the UI. Code snippet you can use
Refs: #114156, #117204
Complexity: 4
Create Issue
The notebook editor is built on top of the List Widget, thus it's natural to add multiple selection support to it. It needs careful design with the API and UX as the notebook interactions are somewhat different from the text editor or file explorer so we are adding multiple selection support gradually. Please test with GitHub Issue Notebook and play with following scenarios:
NotebookEditor.selections
but please check ifNotebookEditor.selection
is always correct when you change cell selections in the UI. Code snippet you can useThe text was updated successfully, but these errors were encountered: