red6 / pdfcompare

A simple Java library to compare two PDF files
Apache License 2.0
220 stars 66 forks source link

Configuration file persistence #85

Closed gastendonk closed 3 years ago

gastendonk commented 3 years ago

A central persistence class is needed for loading and saving the configuration file. It is currently the case that any other configuration parameters would be lost if the exclusions were saved (see ExclusionsPanel.saveExclusionFile).

finsterwalder commented 3 years ago

Exclusion files don't contain configurations. They only contain exclusions. So saving an exclusion files does not change any configurations. Configurations can't be saved at all at the moment. They are only read as described in the README.