itzlewitz

Results 4 comments of itzlewitz

Once the Options dialog has been opened, it can not be opened on a different tab programmatically via e.g. OptionsDisplayer.getDefault().open("myTabPath");. I think this is also not correct behavior, because in...

Being able to trigger opening of different tabs via e.g. OptionsDisplayer.getDefault().open("myNextTabPath"); while the Options dialog is opened, is really what I am looking for. Can this be implemented by the...

Can someone add this code to the OptionsDisplayerImpl? public void showOptionsDialog (String categoryID, String subpath, CategoryModel categoryInstance) { log.fine("showOptionsDialog(" + categoryID + ", " + subpath+ ")"); if (isOpen()) {...

How to open a pull request? I get stuck after clicking New pull request on page "https://github.com/apache/netbeans/pulls".