RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

WIP fix for #160 - Configurable Line Height. This currently makes the…

Open bobbylight opened this issue 3 years ago • 1 comments

… 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

bobbylight avatar Feb 20 '22 19:02 bobbylight

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.

Files with missing lines Patch % Lines
...main/java/org/fife/ui/rtextarea/RTextAreaBase.java 25.00% 9 Missing :warning:
...main/java/org/fife/ui/rtextarea/FoldIndicator.java 50.00% 1 Missing :warning:
...ea/src/main/java/org/fife/ui/rtextarea/Gutter.java 50.00% 0 Missing and 1 partial :warning:
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.

codecov[bot] avatar Nov 23 '24 20:11 codecov[bot]