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
Previously we create dedicated commands/actions for undo/redo/copy/paste/find/replace in Notebook. This iteration, we merged them into the editor commands, so users can use the keybindings they are familiar with and also run these commands through Menu.
Install GitHub Issue Notebook and test
Undo/Redo/Find/Replace through Keybindings or Menu. The behavior should be consistent no matter if the focus is in an embed Monaco editor in notebook, or on the notebook cell container.
Copy/Cut/Paste through Keybindings or Menu.
Copy in notebook:
Select some text in cell editor and then copy
Run a query, select some text in the ouputs and then copy
Switch the output mime type to text/markdown, select some text and then copy
Make sure in all three scenarios, the right text is copied into the clipboard
The text was updated successfully, but these errors were encountered:
@rebornix I see Erich opened an issue about Undo/Redo. Closing issue for now, but if you'd like us to re-test after tomorrow's Insiders, please just let me know, and I'd be happy to re-open and test again.
re #102441, #103861
Complexity: 3
Create Issue
Previously we create dedicated commands/actions for undo/redo/copy/paste/find/replace in Notebook. This iteration, we merged them into the editor commands, so users can use the keybindings they are familiar with and also run these commands through Menu.
Install GitHub Issue Notebook and test
text/markdown
, select some text and then copyThe text was updated successfully, but these errors were encountered: