It would be nice if the Updater allowed you to upload any file extension supported by current ImageJ context, including all extensions of all supported scripting languages. This was brought to light by #48, which was needed to explicitly add support for Groovy to the Updater.
In other words: the Updater should be agnostic of which scripting languages are available, and simply ask the appropriate service(s) for the allowed extensions. Otherwise, we are maintaining duplicate data structures in some sense, which is never good.
It would be nice if the Updater allowed you to upload any file extension supported by current ImageJ context, including all extensions of all supported scripting languages. This was brought to light by #48, which was needed to explicitly add support for Groovy to the Updater.
In other words: the Updater should be agnostic of which scripting languages are available, and simply ask the appropriate service(s) for the allowed extensions. Otherwise, we are maintaining duplicate data structures in some sense, which is never good.