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

Add Custom Search (CTRL + F) #229

Closed yescorp closed 1 year ago

yescorp commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #229 (d14e1f5) into main (72fa1df) will increase coverage by 1.02%. The diff coverage is 86.63%.

@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
+ Coverage   80.93%   81.96%   +1.02%     
==========================================
  Files          88      107      +19     
  Lines        2728     3166     +438     
==========================================
+ Hits         2208     2595     +387     
- Misses        520      571      +51     
Impacted Files Coverage Δ
lib/src/code_field/actions/enter_key.dart 50.00% <50.00%> (ø)
lib/src/code_field/actions/search.dart 50.00% <50.00%> (ø)
.../src/code_field/js_workarounds/js_workarounds.dart 50.00% <50.00%> (ø)
...code_field/js_workarounds/js_workarounds_stub.dart 50.00% <50.00%> (ø)
lib/src/search/widget/search_settings_widget.dart 73.91% <73.91%> (ø)
lib/src/code_field/code_field.dart 93.54% <74.54%> (-5.44%) :arrow_down:
lib/src/search/search_navigation_state.dart 75.00% <75.00%> (ø)
lib/src/code_field/code_controller.dart 81.48% <78.00%> (+1.90%) :arrow_up:
lib/src/search/controller.dart 79.10% <79.10%> (ø)
lib/src/code/key_event.dart 85.71% <85.71%> (ø)
... and 14 more