Implementing e.g. spellchecker using the default RichTextModel is not easy, as there is no simple way to add highlights to the RichParagraphs generated by the model.
One possibility is to expose the RichParagraph.Builder after the model populates it with content from RParagraph, maybe something like
protected void decorateParagraph(RichParagraph.Builder b);
One possibility is to expose the RichParagraph.Builder after the model populates it with content from RParagraph, maybe something like
protected void decorateParagraph(RichParagraph.Builder b);
- relates to
-
JDK-8351982 ☂ RichTextArea (Incubator) Feedback and Bugs in jfx24
-
- Open
-