errael
errael
@hbrands Could you move this to discussion?
With the commit of `February 5, 2021` to #694 the _**combo box editor selection**_ behavior for NonStrict+CONTAINS mode is v1.11 behavior by default. There is an option to use the...
The fork errael/javafx-maven-archetypes modifies pom.xml for debug execution and creates nbactions.xml for project with run and debug actions.
> I guess the request has now been addressed by integrating #10 No. #10 does not include `nbactions.xml`. Comment https://github.com/openjfx/javafx-maven-archetypes/issues/7#issuecomment-565726866 suggests that it will be handled on the NetBeans side....
Updated to ready for review. Though it's a simple patch, the idea of giving the user a way to specify which screen to start up in is new (AFAIK).
> My inclination would be to try and use the display that NetBeans was on when last used rather than adding additional configuration options if at all possible. I don't...
The SourceLevel is `19`.
> wondering what happens if a dialog opens a dialog I have an example of that in a plugin, in something in Options I do ``` JOptionPane.showMessageDialog( ViManager.getFactory().getMainWindow(), ``` Does...
> bypass NetBeans' APIs! grimacing I wonder if it's worth the effort of rewriting them? The current situation is a hassle, it happens enough to be anoying, but not enough...
> the class that opens the dialog is itself an instance of `java.awt.Component`. In that case it could be passed to `JFileChooser#show*Dialog` Yes, that would be best. This PR is...