Open
Description
The ScriptIOPlugin exists as a shell right now. Its open method needs to be implemented:
https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/script/io/ScriptIOPlugin.java#L70
Currently this causes problems because the supportsOpen
method is implemented, and is thus misleading.