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 ability to select and cut text in the input buffer #689

Merged
merged 6 commits into from
Jan 17, 2024

Add display text for optional 'select' parameter to move EditCommands

39ba732
Select commit
Loading
Failed to load commit list.
Merged

Add ability to select and cut text in the input buffer #689

Add display text for optional 'select' parameter to move EditCommands
39ba732
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 15, 2024 in 1s

50.18% of diff hit (target 49.32%)

View this Pull Request on Codecov

50.18% of diff hit (target 49.32%)

Annotations

Check warning on line 49 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L44-L49

Added lines #L44 - L49 were not covered by tests

Check warning on line 58 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L51-L58

Added lines #L51 - L58 were not covered by tests

Check warning on line 61 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 99 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 102 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 107 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 110 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 114 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L112-L114

Added lines #L112 - L114 were not covered by tests

Check warning on line 122 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L122

Added line #L122 was not covered by tests

Check warning on line 141 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 143 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L143

Added line #L143 was not covered by tests

Check warning on line 149 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L145-L149

Added lines #L145 - L149 were not covered by tests

Check warning on line 207 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L206-L207

Added lines #L206 - L207 were not covered by tests

Check warning on line 212 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 217 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 222 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 392 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L392

Added line #L392 was not covered by tests

Check warning on line 411 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L411

Added line #L411 was not covered by tests

Check warning on line 437 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L430-L437

Added lines #L430 - L437 were not covered by tests

Check warning on line 452 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L445-L452

Added lines #L445 - L452 were not covered by tests

Check warning on line 517 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L514-L517

Added lines #L514 - L517 were not covered by tests

Check warning on line 522 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L519-L522

Added lines #L519 - L522 were not covered by tests

Check warning on line 527 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L524-L527

Added lines #L524 - L527 were not covered by tests

Check warning on line 536 in src/core_editor/editor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_editor/editor.rs#L529-L536

Added lines #L529 - L536 were not covered by tests