Re: RFR: 8301121: RichTextArea Control (Incubator) [v17]

2024-10-04 Thread Kevin Rushforth
On Tue, 1 Oct 2024 18:07:02 GMT, Andy Goryachev wrote: >> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/RichTextArea.java >> line 1166: >> >>> 1164: * This method does nothing if the model or the caret position is >>> {@code null}. >>> 1165: * The

Re: RFR: 8301121: RichTextArea Control (Incubator) [v17]

2024-10-01 Thread Andy Goryachev
On Tue, 1 Oct 2024 15:46:23 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> us

Re: RFR: 8301121: RichTextArea Control (Incubator) [v17]

2024-10-01 Thread Andy Goryachev
On Tue, 1 Oct 2024 16:06:56 GMT, Kevin Rushforth wrote: >> Andy Goryachev has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 26 commits: >> >> - Merge remote-tracking branch 'origin/master' into 8301121.RichTextArea >> - whitespace

Re: RFR: 8301121: RichTextArea Control (Incubator) [v17]

2024-10-01 Thread Kevin Rushforth
On Tue, 1 Oct 2024 15:46:23 GMT, Andy Goryachev wrote: >> Incubating a new feature - rich text control, **RichTextArea**, intended to >> bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. >> The main design goal is to provide a control that is complete enough to be >> us

Re: RFR: 8301121: RichTextArea Control (Incubator) [v17]

2024-10-01 Thread Andy Goryachev
> Incubating a new feature - rich text control, **RichTextArea**, intended to > bridge the functional gap with Swing and its StyledEditorKit/JEditorPane. The > main design goal is to provide a control that is complete enough to be useful > out-of-the box, as well as open to extension by the appl