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

issue 242 fixed bug: Search selection jumped when change search pattern that also fit to current selection #243

Closed Malarg closed 1 year ago

Malarg commented 1 year ago

issue 242 fixed bug: Search selection jumped when change search pattern that also fit to current selection

codecov[bot] commented 1 year ago

Codecov Report

Merging #243 (683dd42) into main (b4e7714) will increase coverage by 0.46%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #243      +/-   ##
==========================================
+ Coverage   81.96%   82.42%   +0.46%     
==========================================
  Files         107      107              
  Lines        3166     3272     +106     
==========================================
+ Hits         2595     2697     +102     
- Misses        571      575       +4     
Impacted Files Coverage Δ
.../code_field/search_result_highlighted_builder.dart 96.15% <ø> (ø)
lib/src/search/search_navigation_controller.dart 96.87% <100.00%> (ø)

... and 2 files with indirect coverage changes