Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options to manage recent files #369

Merged
merged 3 commits into from
Oct 9, 2021

Conversation

FroggieFrog
Copy link
Collaborator

This PR adds some options to the preferences window for managing the recently used files.
As part of that the localization was adjusted to the current status of the Google Sheet.

  • change number of tracked files
  • clear list of tracked files

Preview

recent_files

@FroggieFrog FroggieFrog added this to the Anno Designer 9.2 Release milestone Oct 8, 2021
@@ -102,5 +102,10 @@ public static class Constants
/// Used to prevent endless loop on updates.
/// </summary>
public const string Argument_Ask_For_Admin = "-askAdmin";

/// <summary>
/// The default number for maximum recent files saved.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a better comment here should The default number of recent files to show?
And the property - DefaultRecentFilesToShow?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DefaultRecentFilesToShow sounds to me like a list of default files, in the meaning of a list of file paths.
Also the value could be changed so it isn't really a default value.

Copy link
Collaborator

@AgmasGold AgmasGold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me (just check out the comment first - up to you whether or not you want to make the change).

@FroggieFrog FroggieFrog merged commit dd3c417 into AnnoDesigner:master Oct 9, 2021
@FroggieFrog FroggieFrog deleted the settings-recentfiles branch October 9, 2021 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants