AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
448 stars 188 forks source link

feat: add 'delete line' command shortcut #906

Closed LucasXu0 closed 3 days ago

LucasXu0 commented 3 days ago

Press Cmd (on Mac) or Ctrl (on Windows/Linux) + X will:

related to https://github.com/AppFlowy-IO/AppFlowy/issues/6425

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.89%. Comparing base (d049584) to head (19ec996). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
..._component/base_component/delete_line_command.dart 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #906 +/- ## ========================================== + Coverage 71.87% 71.89% +0.02% ========================================== Files 318 319 +1 Lines 14943 14959 +16 ========================================== + Hits 10740 10755 +15 - Misses 4203 4204 +1 ``` | [Flag](https://app.codecov.io/gh/AppFlowy-IO/appflowy-editor/pull/906/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AppFlowy-IO) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/AppFlowy-IO/appflowy-editor/pull/906/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AppFlowy-IO) | `71.89% <93.75%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AppFlowy-IO#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.