RFR: 8370140: RichTextArea: line endings [v9]

Andy Goryachev angorya at openjdk.org
Wed Nov 5 18:14:51 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`.
> 
> ### NOTES
> 
> - some dependency on #1938 , resolved.
> - reviewers may use the Monkey Tester with the `CodeArea.lineEnding` property enabled from this branch: https://github.com/andy-goryachev-oracle/MonkeyTest/tree/line.ending

Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:

  code area test

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1944/files
  - new: https://git.openjdk.org/jfx/pull/1944/files/0cf0ed66..a27a4410

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

  Stats: 9 lines in 1 file changed: 8 ins; 1 del; 0 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