On Wed, 22 Oct 2025 20:35:36 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. This pull request has now been integrated. Changeset: 7862ab82 Author: Andy Goryachev <[email protected]> URL: https://git.openjdk.org/jfx/commit/7862ab8281d846d5490d04b7fb2d07d1151bd015 Stats: 301 lines in 13 files changed: 272 ins; 11 del; 18 mod 8370140: RichTextArea: line endings Reviewed-by: jdv, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1944
