Oliver Löffler

Results 57 issues of Oliver Löffler

Application data, User Library and Preferences are now stored specific to each SceneBuilder version. Thus multiple versions can run in parallel. Until now, all Scene Builder versions shared the same...

enhancement
major

To avoid the issue filed in JDK-8205915, for MacOS the call to `TextInputControl.paste()` method is replaced with a class `com.oracle.javafx.scenebuilder.app.util.TextInputControlPaster`. This utility class prevents the controls paste method if desired...

Scene Builder code follows a certain formatting style. E.g. spaces are preferred over tabs. Add a notice either to README.md or to CONTRIBUTING.md, that Netbeans, Eclipse and VSCode require a...

enhancement

This feature shall improve the usability of Scene Builder. ### Expected Behavior The use of the Welcome Dialog shall be optional. The Welcome Dialog provides access to recent files and...

enhancement

The documentation available at https://docs.gluonhq.com/scenebuilder is outdated and not partially not rendered completely. Images are linked but not shown in the browser. ### Expected Behavior * Documentation should match with...

bug

SceneBuilder offers key bindings for zooming in `[CTRL]`+`[+]` and out `[CTRL]`+`[/]` in FXML preview. These are not working on Windows 10 for Scene Builder 17. ### Expected Behavior While haveing...

bug

When trying to build TestFX on Mac OS Sierra 10.12.6, the build will fail due to failing tests in **testfx-core** subproject. Following tests are affected: * ShortcutKeyTest ``` org.testfx.robot.impl.ShortcutKeyTest .shortcut_keyCode_converts_to_OS_specific_keyCode_when_pressed(ShortcutKeyTest.java:107)...

upstream

To contribute to Scene Builder, one requires an installed JDK and Maven. ### Expected Behavior Ideally Scene Builder brings Maven with it, so the JDK setup is sufficient. With having...

enhancement

Scene Builder will ask to remove missing files from recent files list. Welcome Page will not close, there will not be an error message. ![AskUserToRemoveMissingFile](https://user-images.githubusercontent.com/22102800/194957243-42b6d22c-afa5-4cfa-ab77-fee136b35b02.png) ### Issue Fixes #582 ###...

### Issue Up to now, Scene Builder did not load FXML files with unresolvable imports. This is basically enabled by PR #576. This PR enables Scene Builder to provide a...