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

Add Copy/Cut/Paste to datahub #38

Merged
merged 2 commits into from
May 6, 2020
Merged

Add Copy/Cut/Paste to datahub #38

merged 2 commits into from
May 6, 2020

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented May 6, 2020

New UI for data cell control
image
Also added insert at the end
image

Copy/Cut just adds a specialized string to your clipboard
Paste command would then try to parse this string from clipboard and then issue the command

Copy inserts a new cell and copies all query history over
Cut would be a move if it is inside the same doc, otherwise it would be a delete + insert, the cell is not deleted but just moved to the new doc

@czgu czgu requested a review from meowcodes May 6, 2020 22:24
@meowcodes meowcodes merged commit b093978 into master May 6, 2020
@czgu czgu deleted the copypaste branch May 11, 2020 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants