-
## Expected Behavior
No exception should be thrown when scrolling
## Actual Behavior
Exception is thrown when scrolling
## Reproducible Demo
Using JavaKeywordsDemo, I've copied the pre…
effad updated
4 months ago
-
## trying to build a ui something similar to postman
https://github-production-user-asset-6210df.s3.amazonaws.com/604405/241427770-d639f15b-0675-4561-9f24-708b767a7417.webm
here is the reproduce…
-
I have a TextArea and a ScrollPane:
```
private final StyleClassedTextArea textArea = new StyleClassedTextArea();
private final VirtualizedScrollPane scrollPane = new VirtualizedScrollPan…
-
I need to use `InlineCssTextArea` for appending multiple lines (for example 100 000) with styles. For this I use the following code:
```
InlineCssTextArea textArea = ...
if (style == null) {
…
-
VirtualizedScrollPanel contains CodeArea. There is no problem with the default scroll bar
But when CodeArea sets the padding (VirtualizedScrollPanel setting padding is invalid), the scroll bar only…
-
This is a bit of a weird one and I suspect it has nothing to do with GenericStyledArea but instead relates to the underlying JavaFX text handling, anyway...
On Windows 10, if you set the keyboard t…
-
**Describe the bug**
Recaf 4.X cannot be started on Windows
**To Reproduce**
Steps to reproduce the behavior:
1. Compile with Gradle
2. Run recaf-ui.bat
**Exception**
Windows complain…
-
According to https://bugs.openjdk.org/browse/JDK-8233810 JavaFX 14 supports `-fx-tab-size` property. I use javafx-19-ea+3. As I understand from https://github.com/FXMisc/RichTextFX/issues/86#issuecomm…
-
May want to look into using `Flowless` and a custom component to handle our own rich text.
Some questions to consider:
- Can we instead improve our usage of RichTextFX to boost performance?
- W…
-
This is pretty annoying but I haven't found a solution yet.
It is not related to the debugger itself but to the UI component (JavaFX TextFlow) we are using to render the code.
The problem as it is…