Adding copy paste feature for the editor on selected strokes and Images#1764
Open
SandipLow wants to merge 3 commits into
Open
Adding copy paste feature for the editor on selected strokes and Images#1764SandipLow wants to merge 3 commits into
SandipLow wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
No issues found across 27 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.
Re-trigger cubic
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1764 +/- ##
==========================================
- Coverage 51.94% 51.55% -0.40%
==========================================
Files 131 131
Lines 9383 9497 +114
==========================================
+ Hits 4874 4896 +22
- Misses 4509 4601 +92 ☔ View full report in Codecov by Harness. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added copy paste feature for the editor on selected strokes and Images.
User can make a selection on the page and able to copy the selection via
CTRL+C/ Copy Button in the selection toolbar. Then paste it to another page / notebook withCTRL+V/ Paste Button in the selection toolbar.Demonstration video:
https://drive.google.com/file/d/1DXB6oOzqk9tDyN_pmoFYdxj4zplofy-K/view?usp=drive_link
Summary by cubic
Add copy/paste for selected strokes and images in the editor. Copy with Ctrl+C or the selection toolbar, and paste with Ctrl+V or the toolbar across pages and notebooks.
New Features
editor.selectionBar.copyandeditor.selectionBar.pasteand regenerated translation files.Refactors
Note: Saber is trialling Cubic AI code review. AI output may contain mistakes, misconceptions, and hallucinations. You can act on the AI feedback if you find it helpful; otherwise you can disregard it and wait for a human reviewer.
Written for commit bbd531e. Summary will update on new commits.