Syméon

Results 9 issues of Syméon

Hello, I'm currently experiencing an issue with `CodeArea` when using `LineNumberFactory`. Below, I'll describe the observed behavior, the expected behavior, and my investigation into the issue. ## Observed Behavior When...

Hello, This is an issue which I have found in the RichTextFX library, but it is likely due to the Flowless library. I have documented in this issue the problem:...

I've encountered an unexpected bug in the undo behavior of the `CodeArea`. It seems that when pressing `Enter` after selecting text, and then performing an undo (`CTRL+Z`), the caret is...

Hello, I'm trying to build with the latest Gradle (it would be handy to have somewhere in the README a mention of the version used to build the library) and...

Hello, I'm currently using `TableView` in my project, but I've run into two major limitations that are pushing me to consider reimplementing a custom table using Flowless: 1. **Performance inefficiencies**...

Note that some of this (the update of gradle) is on another PR #82 . The purpose of this is based on issue seen in RichTextFX where we need to...

This adapts the build for the 8.8 version of gradle. Many deprecated elements were removed in version 8 of gradle. The publish mechanism might be broken with my current changes....

I'm trying to build the project but my Gradle keeps on reporting: ``` A problem occurred evaluating root project 'ReactFX'. > Plugin with id 'osgi' not found. ``` From looking...

I'm trying to compile the code with some more recent version of JavaFX (21) and it seems that there are Java syntax problem on the master branch throughout the code....