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

2024-11-05 Thread Andy Goryachev
On Tue, 5 Nov 2024 16:48:04 GMT, PavelTurk wrote: > the problem is that it doesn't support caret form @PavelTurk there was a discussion re: caret with mixed text here https://github.com/openjdk/jfx/pull/1220 This PR is closed now, but the issue (https://bugs.openjdk.org/browse/JDK-8296266) is

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

2024-11-05 Thread Andy Goryachev
On Tue, 5 Nov 2024 16:48:04 GMT, PavelTurk wrote: > I suggest to add at least `-fx-caret-shape` with all well-known shapes, like > bar etc. Besides `-fx-caret-color` would be nice. Thank you for the feedback! I wanted not to complicate the first round with different carets. Nevertheless, it

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

2024-11-05 Thread PavelTurk
On Fri, 1 Nov 2024 23:12:58 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) [v36]

2024-11-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