-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat: delete and duplicate selection #937
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #937 +/- ##
==========================================
- Coverage 35.40% 35.10% -0.30%
==========================================
Files 97 98 +1
Lines 7041 7101 +60
==========================================
Hits 2493 2493
- Misses 4548 4608 +60
☔ View full report in Codecov by Sentry. |
I typically do this as a separate commit/PR to keep the diff readable. dart run slang edit copy path.to.imageOptions.delete path.to.selectionOptions.delete |
Co-authored-by: Adil Hanney <[email protected]>
Co-authored-by: Adil Hanney <[email protected]>
Co-authored-by: Adil Hanney <[email protected]>
Ok so you take care of this yourself? |
Thank you! |
This adds the ability to delete and duplicate the selection as requested in #170.
These two new options get shown in the toolOptions collapsible menu, as seen in the screenshot.
I still need to copy the "Delete" from imageOptions of all languages to selectionOptions, but when I tried it so far, other translations got replaced with the missing English translation.
Any help on how I can do this correctly is welcome.