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
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!
The text was updated successfully, but these errors were encountered:
clipboard
I want to have a cell clipboard, where cells are stored inside of a
Vector
underclipboard
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 neatreference
cells and absolute windows and things. This will be a big change going into0.1.0
, where cells will becomecell 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!The text was updated successfully, but these errors were encountered: