-
Exception thrown from writeUTF method.
https://github.com/FXMisc/RichTextFX/blob/5f70d254ab44889cfdcf4451a8c2e18483ec33ac/richtextfx/src/main/java/org/fxmisc/richtext/model/Codec.java#L32-L42
…
-
Hello.
I am aware of https://github.com/FXMisc/RichTextFX/issues/222 ,
but still it is not clear for me how to draw a selection rectangle upon CodeArea.
Just to be sure that i am undestood corr…
-
Hello! I recently encountered a bug on windows 11 that I can't copy more than once. i.e. I copied a piece of code once, but I can't the second time I can only paste.
> windows 11 last on 15 December,…
-
Sorry for yet another issue, but...
I'm on 1.0.0-SNAPSHOT and it seems that setting `-fx-highlight-fill` and `-fx-highlight-text-fill` aren't working as expected. I'm following the instructions here:…
-
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 - or rather, I have no clue how.
My limi…
-
## Expected Behavior
Scrolling should be smooth.
## Actual Behavior
Scrolling is smooth when not using a VirtualizedScrollPane, but isn't accessible outside of mouse wheel and trackpad gestures, …
-
Hello,
I am experimenting with mark(); and isAtMarkedPosition();
I type in some text let's say word "hello" and set the mark(); position at that point.
When I type an extra character (it takes…
-
Hello, I am trying to implement a text viewer (no editing so far) using RichTextFx with tab stops meaning that I need for text with the same number of tabulation symbols start at the same position in …
-
When following the instructions:
1. Clone repo
2. Run `gradle dist` from inside CPUSim folder
Expected behaviour: The project compiles
Obtained behaviour:
```
Unrecognized option: --illega…
-
Not super important, but more of a convenience...
I'm testing out the `4.0.8-alpha` release. I realize that using `verifyThat` with the DebugUtils stuff is very helpful, but it's tedious due to `ve…