Eirik Bakke
Eirik Bakke
On MacOS, the AWT file chooser actually brings up the native file chooser, which is great. But on Windows, the AWT file chooser seems to be another odd file chooser--perhaps...
The improvements to the Java file chooser are welcome! There would still be value to having a real _native_ file chooser, though, e.g. so that the "Quick Access" directories are...
@dinix2008 The jnafilechooser library worked great! I adapted it for my use; the associated win32 APIs were not as tricky as I feared.
Seems like a good idea to not depend on the assertion flag.
@mbien Ah, tag-conditional tests; great! Thanks for tagging.
Now hit the bug again with this version of the patch in place. Same behavior as before: the error occurs but "fixes itself" after trying again. In this case I...
@lkishalmi What is the suspected connection between the bug and addFlavorListener/removeFlavorListener code in the first place? How did you come to suspect this piece of code?
@lkishalmi The About window could also work because it's a much simpler text pane rather than the full NetBeans editor thing. Finding a better approach requires more of a "deep...
Once https://github.com/apache/netbeans/pull/4792 merges I'll submit a PR which does a few changes in related areas in ActionUtils. Most likely you'd need a new action similar to CloseAllButThisAction and CloseAllDocumentsAction.
Great to see work on this! I still see this problem about once or twice a month. Let me take a closer look at this in a few days. I...