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.
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 ability to select and cut text in the input buffer #689
Add ability to select and cut text in the input buffer #689
Changes from all commits
546c1cc
6bdaf5a
ab7dd83
4c5aed4
e2e751a
39ba732
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 49 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L44-L49
Check warning on line 58 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L51-L58
Check warning on line 61 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L60-L61
Check warning on line 65 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L64-L65
Check warning on line 99 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L98-L99
Check warning on line 102 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L101-L102
Check warning on line 107 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L106-L107
Check warning on line 110 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L109-L110
Check warning on line 114 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L112-L114
Check warning on line 122 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L122
Check warning on line 141 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L138-L141
Check warning on line 143 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L143
Check warning on line 149 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L145-L149
Check warning on line 207 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L206-L207
Check warning on line 212 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L211-L212
Check warning on line 217 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L216-L217
Check warning on line 222 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L221-L222
Check warning on line 392 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L392
Check warning on line 411 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L411
Check warning on line 437 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L430-L437
Check warning on line 452 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L445-L452
Check warning on line 517 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L514-L517
Check warning on line 522 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L519-L522
Check warning on line 527 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L524-L527
Check warning on line 536 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L529-L536
Check warning on line 543 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L538-L543
Check warning on line 550 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L549-L550
Check warning on line 552 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L552
Check warning on line 560 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L559-L560
Check warning on line 566 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L566
Check warning on line 574 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L574
Check warning on line 582 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L580-L582
Check warning on line 586 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L584-L586
Check warning on line 590 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L588-L590
Check warning on line 594 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L592-L594
Check warning on line 598 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L596-L598
Check warning on line 602 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L600-L602
Check warning on line 606 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L604-L606
Check warning on line 616 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L613-L616
Check warning on line 621 in src/core_editor/editor.rs
Codecov / codecov/patch
src/core_editor/editor.rs#L618-L621
Check warning on line 405 in src/core_editor/line_buffer.rs
Codecov / codecov/patch
src/core_editor/line_buffer.rs#L403-L405
Check warning on line 407 in src/core_editor/line_buffer.rs
Codecov / codecov/patch
src/core_editor/line_buffer.rs#L407
Check warning on line 418 in src/core_editor/line_buffer.rs
Codecov / codecov/patch
src/core_editor/line_buffer.rs#L409-L418