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

Save Project As does not add project to recent projects in ilastik splash screen #2830

Closed
oanegros opened this issue Mar 4, 2024 · 1 comment · Fixed by #2842
Closed

Comments

@oanegros
Copy link
Contributor

oanegros commented Mar 4, 2024

Just a slight annoyance, that if i 'Save Project As...' i wil have to look up this project in my file tree again. This also leads to me accidentally working in the wrong project as i select the most recent project, assuming this is where i left off.

Related, if people are looking into this: can we have a few more recent projects listed? Or even a scrollable list?

@k-dominik
Copy link
Contributor

Thank you for the report @oanegros

For the number of projects, it's currently hardcoded here:

preferences.set("shell", "recently opened list", recentlyOpenedList[:5])

we could add a configuration key for the magic number "5" here...

For the save as:
yes, the list is currently only updated if project is loaded via "load project"... Also "save copy as" (which I would argue is the "snapshot" functionality in ilastik) doesn't update the list :/ It would be cool if that would actually be tracked in the project file (link to snapshot) or something... but I'm digressing. Save-as should definitely trigger an update of the list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants