-
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…
-
I am using json-io to serialise object graphs that have a lot of circular references, some custom readers/writers, and blacklisting. I have only one unresolved issue. I am trying to serialise an objec…
-
Would be great if you could add this badge to your readme.
`[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/li…
-
Hello i am using for many many years this library to my big JavaFX project [XR3Player](https://github.com/goxr3plus/XR3Player)
XR3Player is running on Java 19 .
Today updating from `0.10.9` to…
-
Hi, so I was wondering if the UI modules should be renamed.
Specifically, it can sometimes be confusing that `log-viewer` is a subproject within a project called `log-viewer`.
So I was thinking …
-
`
`
```
@FXML
private CodeArea result3;
@FXML
void initialize() throws IOException {
TextFlow placeholder = new TextFlow (new Text ("myText"));
result3.setPlaceholder(placeholder…
-
Currently, we can display log messages generated from different logging frameworks in the same log viewer, by providing a different `LoggerManager`.
This proposal is to also support displaying log …
-
### Checklist
- [X] I searched exising issues and no one else requests similar feature.
- [X] I think that 25%+ users are positive towards this feature.
### Describe the feature
https://github.com/…
-
```
[~/Downloads]: git clone git@github.com:JFormDesigner/markdown-writer-fx.git
Cl…
-
Please add support for Java 9 too.
The Travis-CI relevant part of the build matrix for Java 9:
```yml
- dist: trusty
group: edge
jdk: oraclejdk9
sudo: required
add…