RFR: 8301121: RichTextArea Control (Incubator)
Ajit Ghaisas
aghaisas at openjdk.org
Tue Aug 6 14:05:40 UTC 2024
On Tue, 30 Jul 2024 21:01:15 GMT, Andy Goryachev <angorya at openjdk.org> 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 useful out-of-the box, as well as open to extension by the application developers.
>
> This is a complex feature with a large API surface that would be nearly impossible to get right the first time, even after an extensive review. We are, therefore, introducing this in an incubating module, **jfx.incubator.richtext**. This will allow us to evolve the API in future releases without the strict compatibility constraints that other JavaFX modules have.
>
> Please check out two manual test applications - one for RichTextArea (**RichTextAreaDemoApp**) and one for the CodeArea (**CodeAreaDemoApp**). Also, a small example provides a standalone rich text editor, see **RichEditorDemoApp**.
>
> Because it's an incubating module, please focus on the public APIs rather than implementation. There **will be** changes to the implementation once/if the module is promoted to the core by popular demand. The goal of the incubator is to let the app developers try the new feature out.
>
> **References**
>
> - Proposal: https://github.com/andy-goryachev-oracle/Test/blob/main/doc/RichTextArea/RichTextArea.md
> - Discussion points: https://github.com/andy-goryachev-oracle/Test/blob/main/doc/RichTextArea/RichTextAreaDiscussion.md
> - API specification (javadoc): https://cr.openjdk.org/~angorya/RichTextArea/javadoc
> - RichTextArea RFE: https://bugs.openjdk.org/browse/JDK-8301121
> - Behavior doc: https://github.com/andy-goryachev-oracle/jfx/blob/8301121.RichTextArea/doc-files/behavior/RichTextAreaBehavior.md
> - CSS Reference: https://cr.openjdk.org/~angorya/RichTextArea/javadoc/javafx.graphics/javafx/scene/doc-files/cssref.html
> - InputMap (v3): https://github.com/andy-goryachev-oracle/Test/blob/main/doc/InputMap/InputMapV3.md
> - Previous Draft PR: https://github.com/openjdk/jfx/pull/1374
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 451:
> 449: <li><a href="#incubator-modules">Incubator Modules</a>
> 450: <ul>
> 451: <li>jfx.incubator.scene.control.rich
module name typo : rich -> richtext
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 454:
> 452: <ul>
> 453: <li><a href="#codearea">CodeArea</a></li>
> 454: <li><a href="#richtextarea">RichTextArea</a></li>
The order of these 2 items should be reversed to match order present in the description.
modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 6391:
> 6389: <tbody>
> 6390: <tr>
> 6391: <td>jfx.incubator.scene.control.rich</td>
module name typo : rich -> richtext
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1705394006
PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1705396243
PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1705394317
More information about the openjfx-dev
mailing list