Re: RFR: 8348736: RichTextArea Follow-up 2

2025-01-27 Thread Kevin Rushforth
On Mon, 27 Jan 2025 22:10:18 GMT, Andy Goryachev wrote: > Fixes minor issues uncovered while writing API tests #1677: > > - StyledTextModel::clamp L559 is incorrect at the end of paragraph > - CodeArea.getText() adds extra newline at the end > > This change should be back-ported to jfx24. I'll

RFR: 8348736: RichTextArea Follow-up 2

2025-01-27 Thread Andy Goryachev
Fixes minor issues uncovered while writing API tests #1677: - StyledTextModel::clamp L559 is incorrect at the end of paragraph - CodeArea.getText() adds extra newline at the end This change should be back-ported to jfx24. - Commit messages: - newlines - check - cleanup - clamp