Oliver Löffler

Results 57 issues of Oliver Löffler

In certain environments (with folders of 100 000s of files) it might be helpful to run a scheduled task to keep the list of files updated. Therefore it might be...

enhancement

Streamline description of project in README.md. Add more recent screenshots (e.g. Win8, Win10, Linux, OSX). Add proper use case descriptions of Locations API and PathFilter API. Add an example that...

enhancement

Could fix issue #21 Beside JavaFX/Java versions, I've bumped the version number to 3.2.0.

Hi, I am working from time to time on JavaFX Scene Builder. There are few issues related MacOS behavior open. Are you looking for support on this project? How about...

As OpenJFX 22 was release, SceneBuilder can use the new version. This PR consists yet of 2 commits. 1 change include the reactor POM.xml with the latest OpenJFX version. The...

With the release of OpenJFX 22 we can update from JavaFX 21.0.1 to JavaFX 22 ### Expected Behavior SceneBuilder uses OpenJFX 22 ### Current Behavior SceneBuilder uses OpenJFX 21.01 ###...

enhancement

Zoom-In/Out was supposed to work with keyboard shortcuts. For Zoom-In `MODIFIER`+`+` and for Zoom-Out `MODIFIER`+`/` were defined. The predefined KeyCombinations were not working, there seems something wrong with how KeyCodes...

This quick fix will prevent `CTRL`+`P` from being blocked by a accelerator defined in an FXML. `CTRL`+`P` is used to display the preview window and it works with some FXMLs,...

This feature PR introduces drag&drop to the welcome page. One now can select a group of files and directories and drag them over the welcome page. On drop, the files...

For small FXML files one can count manually the nodes added. However some nodes are composite nodes and consist of multiple nodes. There is no summary yet on how many...

enhancement