mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
added support for specifying packages to import in library.properties
This commit is contained in:
@@ -449,7 +449,7 @@ public abstract class Mode {
|
||||
JMenuItem item = new JMenuItem(library.getName());
|
||||
item.addActionListener(listener);
|
||||
|
||||
// changed to library-name to facilitate specification if imports from properties file
|
||||
// changed to library-name to facilitate specification of imports from properties file
|
||||
item.setActionCommand(library.getName());
|
||||
|
||||
importMenu.add(item);
|
||||
|
||||
Reference in New Issue
Block a user