akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Issue248 backspace #249

Closed alexeyinkin closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #249 (8123818) into main (51dbeea) will increase coverage by 0.10%. The diff coverage is 97.05%.

@@            Coverage Diff             @@
##             main     #249      +/-   ##
==========================================
+ Coverage   82.50%   82.61%   +0.10%     
==========================================
  Files         107      107              
  Lines        3144     3163      +19     
==========================================
+ Hits         2594     2613      +19     
  Misses        550      550              
Impacted Files Coverage Δ
lib/src/code/string.dart 100.00% <ø> (ø)
.../code_field/search_result_highlighted_builder.dart 96.15% <ø> (ø)
lib/src/code/code.dart 90.85% <50.00%> (ø)
lib/src/code_field/text_editing_value.dart 99.04% <100.00%> (+0.36%) :arrow_up:
lib/src/search/search_navigation_controller.dart 96.87% <100.00%> (ø)