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

History controller fix #183

Closed yescorp closed 1 year ago

yescorp commented 1 year ago

Also changes history controller behavior:

codecov[bot] commented 1 year ago

Codecov Report

Merging #183 (a619a5c) into main (e2b10a5) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   82.21%   82.26%   +0.05%     
==========================================
  Files          85       85              
  Lines        2552     2560       +8     
==========================================
+ Hits         2098     2106       +8     
  Misses        454      454              
Impacted Files Coverage Δ
lib/src/code_field/code_controller.dart 79.62% <100.00%> (+0.06%) :arrow_up:
lib/src/history/code_history_controller.dart 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

yescorp commented 1 year ago

Closing this PR because it is easier to create another branch