We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59ffa8 commit 25acf30Copy full SHA for 25acf30
app/src/processing/app/Base.java
@@ -950,6 +950,9 @@ protected void rebuildSketchbookMenu(JMenu menu) {
950
}
951
952
953
+ // NOTE(remoun): This method is called whenever the Sketch > Import Library
954
+ // menu is expanded, so make sure not to break that completely.
955
+ // Showing an error dialog and skipping invalid entries is fine.
956
public void rebuildImportMenu(final Editor editor) {
957
JMenu importMenu = Editor.importMenu;
958
importMenu.removeAll();
0 commit comments