Skip to content

Display the known configurations

Thomas Duhamel requested to merge display_recent_configurations into develop

Created by: thomasduhamel

Store the pathes of all the configuration files ever opened in a JSON file. It is then used to display all of those on the main menu of the application, with:

  • A favorite option to place some of them first;
  • An order by date of last use;
  • The possibility to delete the reference;
  • An error message if the file is missing or if JSON deserialiszation happens.

The configuration file can then be used by clicking on its name.

image

Merge request reports