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

recent files: hide no-longer existent files #804

Closed
a773music opened this issue Apr 5, 2013 · 2 comments
Closed

recent files: hide no-longer existent files #804

a773music opened this issue Apr 5, 2013 · 2 comments

Comments

@a773music
Copy link
Contributor

scide shows recent files even though they are moved, removed or renamed on the file system. I propose something like:

At startup check if all rentries are present, those that aren't are marked as nonpresent (and not listed in the menu). On next startup, check again, also those that are marked as non present (maybe they're valid again), mark non present ones and don't show them.

That way the user can move files around and still use recent files.

@jleben
Copy link
Member

jleben commented Apr 8, 2013

The proposed idea to track inexistent recent files but not display them would demand a change in the configuration file format. We certainly can not do this for SC 3.6.x

We could simply remove inexistent files from the recents list, but then again, I wonder where's the big benefit... I'm not decided over this, so I'd like to hear more opinions...

@a773music
Copy link
Contributor Author

A basic checking of existence of files, remove from list if not, would be enough.

The benefit? Well when scide invites the to click somewhere that doesn't take me where I expect, it's not a good user experience. If I move a file around, I'll see all the places from which I opened it in recent files, but only one is valid. Although the valid one is most likely the top one, I have to dissect the path and decide where to click.

Granted, some people would never use the recent files feature, but for those that do, I think it would enhance the experience to show only files that exists and that actually could be opened...

@jleben jleben closed this as completed in 379fd9a Apr 9, 2013
sofakid pushed a commit to sofakid/supercollider that referenced this issue Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants