Arthur Poiret
Arthur Poiret
Hi, Thank you for the hard work on this library! I can't manage to update the prompt property from a custom command component. Maybe it's a misuse on my side....
A `Plugin File`, sometimes called `Bundle`, can contain more than one component. This is the case with WavesShell. It's not a really common pattern, so things have been simplified in...
A POC for a Java to Kotlin migration # 1. Incubation phase * `com.owlplug.auth` **Results** * [ ] Migrate codebase to Kotlin 👍 OR * [ ] Keep the codebase...
MacOs app package should be signed notarized to avoid warnings at install. https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution
A "sandbox scanner" has been added in OwlPlug 1.19.0. A selector is available in the Options tab to choose between two implementations OwlPlug JNI (legacy) and the new **OwlPlug Scanner**....
As suggested by users, it would be great to support: * Linux `apt-get owlplug` * Mac `brew install owlplug` * Win `choco install owlplug`
Technically JavaFX only supports being loaded as named modules. As of version 16 a warning is now emitted if JavaFX ends up in the unnamed module. ``` oct. 07, 2021...
Add the ability to change the sort order in plugin TreeView: - name (default) - size - date (creation date from file attributes)