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, paste, cut, delete keyboard shortcuts to Table widget #264

Merged
merged 8 commits into from
Jul 29, 2021

Conversation

tlambert03
Copy link
Member

Adds copy, cut, paste, delete keyboard shortcuts to Table

closes #259

@tlambert03 tlambert03 changed the title add copy, paste, cut, delete Add copy, paste, cut, delete keyboard shortcuts to Table widget Jul 29, 2021
@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #264 (58066ed) into master (98d7ba7) will decrease coverage by 0.41%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
- Coverage   90.70%   90.28%   -0.42%     
==========================================
  Files          28       28              
  Lines        3109     3182      +73     
==========================================
+ Hits         2820     2873      +53     
- Misses        289      309      +20     
Impacted Files Coverage Δ
magicgui/backends/_qtpy/widgets.py 86.11% <72.00%> (-1.66%) ⬇️
magicgui/widgets/_protocols.py 99.45% <100.00%> (ø)
magicgui/widgets/_table.py 96.85% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98d7ba7...58066ed. Read the comment docs.

@tlambert03 tlambert03 merged commit 9cd1278 into pyapp-kit:master Jul 29, 2021
@tlambert03 tlambert03 deleted the table branch July 29, 2021 14:29
@tlambert03 tlambert03 added the enhancement New feature or request label Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make possible to copy multiple cells from table
1 participant