Skip to content
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

Cell Clipboard #23

Closed
emmaccode opened this issue Mar 11, 2023 · 0 comments
Closed

Cell Clipboard #23

emmaccode opened this issue Mar 11, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@emmaccode
Copy link
Member

clipboard

I want to have a cell clipboard, where cells are stored inside of a Vector under clipboard in the OLIVECORE client data. This cannot go into project data, because the clipboard should be cross - project. I plan to make all sorts of neat reference cells and absolute windows and things. This will be a big change going into 0.1.0, where cells will become

cell selection

Cells will normally be copied with a binding to ctrl + shift + C by default. Paste bindings however will be in the window, just like many other bindings. So on the event someone double clicks a cell, "selection" will be put into the project keys. Once this key exists, double clicking will add to the current selection. We delete the key and populate at as it is used. If the key is there, we select.
The bigger challenge is Cell drag, which I will open an issue for -- this also will need to incorporate selection. All of this will make better cells that are easy to move around and reference.

Project{:reference}?

I am considering making a new type of project, one that sits in reference on the side. I am also planning to have a new environment project type. I might also make the clipboard its own window!

@emmaccode emmaccode added the enhancement New feature or request label Mar 11, 2023
@emmaccode emmaccode mentioned this issue Mar 11, 2023
@emmaccode emmaccode added this to the 0.0.9 Release milestone Mar 15, 2023
@emmaccode emmaccode modified the milestones: 0.0.9 Release, 0.1.0 Release Jul 2, 2023
@emmaccode emmaccode reopened this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant