RichTextFX
RichTextFX copied to clipboard
Rich-text area for JavaFX
## Expected Behavior Text should be rendered regardless of preceding characters in the paragraph. ## Actual Behavior Certain characters (such as `த` or `ம` from the Tamil alphabet), when followed...
The RichTextDemo does not display different font families correctly. Symptoms are not consistent -- I can't figure out what pattern the symptoms follow, but applying a different font family to...
## Description I'm working on a simple Markdown editor, but when I call `codeArea.replaceText(0, 0, text)` when opening a document, I find that the editor's styling is scrambled. Just like...
I use java KeywordsDemo. Start filling the content area with empty content. Then copy a long piece of code and paste it into the codeArea, printing the parameters of the...
my controller code is ```java public class HelloController { @FXML private ColorPicker fontColorSelect; @FXML private CodeArea editor; @FXML private AnchorPane editbox; @FXML protected void chooseFontColor(ActionEvent event) { Color c =...
I am using setStyleClass of StyleClassedTextArea to make colors in a long text paragraph. I have different colors to apply to different words. Say classNames `style-1` is red, `style-2` is...
As asked. I have basically written ~95% of the application I'd like to have, only to find out that I can't really package and run it outside of IntelliJ -...
在插入图片后,继续输入任何文字就会出现jvm崩溃,程序闪退的问题,请问怎么处理? 错误日志如下: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000058c2ef65, pid=37268, tid=0x000000000000986c # # JRE version: Java(TM) SE Runtime...
Exception thrown from writeUTF method. https://github.com/FXMisc/RichTextFX/blob/5f70d254ab44889cfdcf4451a8c2e18483ec33ac/richtextfx/src/main/java/org/fxmisc/richtext/model/Codec.java#L32-L42 See the following JavaDoc. https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/DataOutputStream.html#writeUTF(java.lang.String) > Throws: > [UTFDataFormatException](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/UTFDataFormatException.html) - if the modified UTF-8 encoding of str would exceed 65535 bytes in length
Greetings. I am collecting requests for missing/incomplete APIs needed for implementing a rich text editor, see https://bugs.openjdk.org/browse/JDK-8300569 I searched through your issue tracker and added all the JBS tickets mentioned...