bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.1k stars 258 forks source link

Fix issue where Marked Count is always zero if cursor at end of file. #556

Closed SamKry closed 3 months ago

SamKry commented 3 months ago

This is the fix for the issue #555

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.29%. Comparing base (b230bf1) to head (06eccbd). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #556 +/- ## ========================================= Coverage 74.29% 74.29% Complexity 6839 6839 ========================================= Files 177 177 Lines 30269 30269 Branches 3915 3915 ========================================= Hits 22489 22489 Misses 5940 5940 Partials 1840 1840 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bobbylight commented 3 months ago

Thanks for the fix!