RSyntaxTextArea
RSyntaxTextArea copied to clipboard
WIP fix for #160 - Configurable Line Height. This currently makes the…
… line height configurable when word wrap is NOT enabled. Line number list is also updated.
Fold indicators do not currently work properly - they only update in the demo app because I've tied '8' and '9' keypresses to tweaking the line height for quick testing.
I think what still needs to be done is:
- fold indicator immediate updating
- fold indicator rendering of 'active' fold line
- "classic" style of fold indicators doesn't render the "region" line indicator completely
- and everything when word wrap is enabled
Codecov Report
:x: Patch coverage is 52.17391% with 11 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 80.52%. Comparing base (ebb8826) to head (fb0f9d0).
:warning: Report is 11 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #433 +/- ##
============================================
- Coverage 80.54% 80.52% -0.03%
- Complexity 7811 7812 +1
============================================
Files 179 179
Lines 30242 30256 +14
Branches 3905 3907 +2
============================================
+ Hits 24359 24364 +5
- Misses 4218 4225 +7
- Partials 1665 1667 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.