On Fri, 14 Nov 2025 19:45:22 GMT, Andy Goryachev <[email protected]> wrote:
>> Adds control of line endings (newline separators) in `StyledTextModel`, >> `RichTextArea`, and `CodeArea`. >> >> The impacted areas are: >> - saving to plain text >> - copying to plain text >> - IME >> >> This feature is implemented as a regular field in the `StyledTextModel` >> (since it is ultimately an attribute of the model), with convenience setter >> and getter in the `RichTextArea`. >> >> ### NOTES >> >> - some dependency on #1938 , resolved. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > system Marked as reviewed by jdv (Committer). ------------- PR Review: https://git.openjdk.org/jfx/pull/1944#pullrequestreview-3475393069
