flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Simplify HiddenRanges calculations

Open alexeyinkin opened this issue 3 years ago • 0 comments

HiddenRanges class was designed to allow adjacent hidden ranges.

  • In #26, HiddenRangesBuilder was introduced that insures adjacent ranges are merged. This means we can simplify algorithms of cutting and recovering positions, texts, and highlighted.

alexeyinkin avatar Oct 17 '22 07:10 alexeyinkin