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.
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.
> 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
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