-
Notifications
You must be signed in to change notification settings - Fork 93
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
Added implementation for copy, cut and paste #207
Conversation
Signed-off-by: Robert Grancsa <robiku1975@gmail.com>
Signed-off-by: Robert Grancsa <robiku1975@gmail.com>
Signed-off-by: Robert Grancsa <robiku1975@gmail.com>
…commands Signed-off-by: Robert Grancsa <robiku1975@gmail.com>
Signed-off-by: Robert Grancsa <robiku1975@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Codecov ReportBase: 42.71% // Head: 42.15% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #207 +/- ##
==========================================
- Coverage 42.71% 42.15% -0.56%
==========================================
Files 10 10
Lines 913 918 +5
==========================================
- Hits 390 387 -3
- Misses 523 531 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you so much for your contribution!
@all-contributors please add @RobertGrancsa for code |
I've put up a pull request to add @RobertGrancsa! 🎉 |
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
Thanks! |
Using the usual ctrl+c, ctrl+x, ctrl+v, you can copy, cut and paste the new lines.
Some other clippy issues were found, regarding some borrowing and some casting, which now should be solved.
This closes #22
Signed-off-by: Robert Grancsa robert.grancsa2002@gmail.com