Open plugin directory.
()
| 473 | * Open plugin directory. |
| 474 | */ |
| 475 | private void openPluginDirectory() { |
| 476 | try { |
| 477 | UiUtil.showDocument(Recaf.getDirectory("plugins").toUri()); |
| 478 | } catch(IOException ex) { |
| 479 | Log.error(ex, "Failed to open plugins directory"); |
| 480 | } |
| 481 | } |
| 482 | |
| 483 | /** |
| 484 | * Display attach window. |
nothing calls this directly
no test coverage detected