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

Allow overwriting TextEditingValue with folded blocks even with collapsed selection (#232) #233

Closed alexeyinkin closed 1 year ago

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

Codecov Report

Merging #233 (e1373e3) into main (cbf39b2) will decrease coverage by 0.11%. The diff coverage is 25.00%.

@@            Coverage Diff             @@
##             main     #233      +/-   ##
==========================================
- Coverage   81.04%   80.93%   -0.11%     
==========================================
  Files          88       88              
  Lines        2727     2728       +1     
==========================================
- Hits         2210     2208       -2     
- Misses        517      520       +3     
Impacted Files Coverage Δ
lib/src/code/code.dart 90.85% <25.00%> (-1.79%) :arrow_down: