Refactoring of the ConfigurationFile enum by splitting out the JSON-specific parts to a separate JsonConfigurationFile enum. This allows CSV-Columns.csv to bea included in the ConfigurationFile enum, eliminating the special-case, bug-prone logic that was previously needed to handle that file.
Updating the import and restore messages to indicate that ImageJ must be restarted instead of just AMPT.
This change includes:
ConfigurationFile
enum by splitting out the JSON-specific parts to a separateJsonConfigurationFile
enum. This allowsCSV-Columns.csv
to bea included in the ConfigurationFile enum, eliminating the special-case, bug-prone logic that was previously needed to handle that file.Fixes #77.