Re: RFR: 8348736: RichTextArea clamp and getText [v2]

2025-01-28 Thread Ambarish Rapte
On Tue, 28 Jan 2025 17:59:10 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.

Re: RFR: 8348736: RichTextArea clamp and getText [v2]

2025-01-28 Thread Kevin Rushforth
On Tue, 28 Jan 2025 17:59:10 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.

Re: RFR: 8348736: RichTextArea clamp and getText [v2]

2025-01-28 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. Andy Goryachev has updated the pull request incrementally with

Re: RFR: 8348736: RichTextArea clamp and getText

2025-01-28 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. Look