RFR: 8370140: RichTextArea: line endings [v11]

Andy Goryachev angorya at openjdk.org
Wed Nov 5 21:00:37 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), 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:

  removed property

-------------

Changes:
  - all: https://git.openjdk.org/jfx/pull/1944/files
  - new: https://git.openjdk.org/jfx/pull/1944/files/cfbc542d..35a75ccd

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1944&range=10
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1944&range=09-10

  Stats: 89 lines in 4 files changed: 40 ins; 48 del; 1 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