-
Notifications
You must be signed in to change notification settings - Fork 128
notebook multiselect revamp for actions #10678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
b21fe6f
2312604
5698ce7
a6d2d6a
8424278
b97e16c
66786c1
203350a
dbf6df9
cc40353
732d3f5
23e0208
87c942b
62a7890
8b02e83
0b68eb3
47e3838
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file changes the "paste" and "move cell" functions to use the active/selected cell for the operation. The delete cell function has been updated to use the active/selected cells for the operation if a set of cells aren't provided. cc @nstrayer will these changes effect the assistant tool calls you added? Do I need to rewrite some of these to support an optional array of cells? |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The change in this file allows undo/redo to work when a notebook file has no cells |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made deleteCells public so we could use it for the delete action and renamed
moveCellUp/moveCellDownto be plural since it supports multi-select.