-
Request: Ability to copy a text range with its style.
ghost updated
9 years ago
-
Hello,
i am working on XML editor with syntax highlighting using RichTextFX. Everything was running smoothly until I started using large XML files. Then my applicatioon and even XML Editor demo start…
dawon updated
9 years ago
-
-
first this looks like a cool control, thanks for the hard work.
I'm trying to implement a personal editor based on pandoc markdown. I want to implement syntax hi-lighting for it and stumbled acros…
-
Hi Mikula,
I tried the RichText demo.
Just type lines of text, then select all, so the FontSize selection is clear,
then an exception will throw from JavaFX internel selection model.
Any idea?
Tha…
-
Hi,
Nice projects you've got here. I'm trying to use Flowless because using ListView + Textflow in Java 8u45 somehow makes the TextFlows on the list lose or change formatting when I add a new item. I…
-
```
Put something into the "Data" field for publications or receive a message on an
active subscription so that the "Data" field gets populated.
In either case, the text is blurred.
Each field is …
-
Run the Java Keywords Demo. Select some of the text, type Ctrl-C to copy the selected text, and then type Ctrl-V to paste all the selected text back over itself. The syntax highlighting disappears f…
-
Hello, I'm new to use RichTextFX and I'll like to know how to do it possible to highlight comments. I use the code from JavaKeywords.java.
How can I add support for highlightning comments that start …
-
Hello everyone, I'd like to know how to highlight PHP and HTML in the same CodeArea. I've tried a lot with if (newValue.startsWith("") and so on. How can I do that? I've tried a lot...