RFR: 8370140: RichTextArea: line endings [v3]
Andy Goryachev
angorya at openjdk.org
Thu Oct 30 19:48:25 UTC 2025
> 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), and as a property in the `CodeArea`.
>
> NOTE:
> - this PR and #1938 are interrelated; it's probably better for #1938 to go first.
Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
- Merge branch 'master' into 8370140.line.separator
- Merge remote-tracking branch 'origin/master' into 8370140.line.separator
- tests
- line endings
-------------
Changes: https://git.openjdk.org/jfx/pull/1944/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1944&range=02
Stats: 261 lines in 13 files changed: 232 ins; 9 del; 20 mod
Patch: https://git.openjdk.org/jfx/pull/1944.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1944/head:pull/1944
PR: https://git.openjdk.org/jfx/pull/1944
More information about the openjfx-dev
mailing list