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

2025-01-08 Thread Haidar Ali
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-08 Thread Andy Goryachev
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-08 Thread Kevin Rushforth
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-08 Thread Andy Goryachev
On Wed, 8 Jan 2025 16:46:11 GMT, Pascal wrote: >> Good question! >> >> I've decided to create a new class for the incubator for two main reasons: >> 1. the only way to construct `KeyCombination` is from a `String`, which >> incurs the penalty of parsing >> 2. `KeyCombination` does not differen

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

2025-01-08 Thread Pascal
On Wed, 8 Jan 2025 15:30:57 GMT, Andy Goryachev wrote: >> modules/jfx.incubator.input/src/main/java/jfx/incubator/scene/control/input/KeyBinding.java >> line 46: >> >>> 44: * @since 24 >>> 45: */ >>> 46: public class KeyBinding >> >> There's also existing classes like `javafx.scene.input.Key

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

2025-01-08 Thread Andy Goryachev
On Tue, 7 Jan 2025 18:20:15 GMT, Pascal wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> added html charset > > modules/jfx.incubator.input/src/main/java/jfx/incubator/scene/control/input/KeyBinding.java > line 4

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

2025-01-07 Thread Ajit Ghaisas
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-07 Thread Pascal
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-07 Thread Andy Goryachev
On Tue, 7 Jan 2025 21:20:39 GMT, Alexander Zuev wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> added html charset > > modules/jfx.incubator.input/src/main/java/com/sun/jfx/incubator/scene/control/input/EventHand

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

2025-01-07 Thread Alexander Zuev
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2025-01-02 Thread Lukasz Kostyra
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2024-12-18 Thread Ambarish Rapte
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2024-12-17 Thread Andy Goryachev
On Tue, 17 Dec 2024 21:06:16 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 >> u

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

2024-12-17 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