flutter-code-editor
flutter-code-editor copied to clipboard
Simplify HiddenRanges calculations
HiddenRanges class was designed to allow adjacent hidden ranges.
- In #26,
HiddenRangesBuilderwas introduced that insures adjacent ranges are merged. This means we can simplify algorithms of cutting and recovering positions, texts, and highlighted.