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

[Feature request] Add recently opened files to FILE menu #84

Closed
RowanDDR opened this issue Jun 18, 2020 · 3 comments
Closed

[Feature request] Add recently opened files to FILE menu #84

RowanDDR opened this issue Jun 18, 2020 · 3 comments
Labels

Comments

@RowanDDR
Copy link

Add a list of recently opened files to FILE menu? Latest 5 or so? It would be really handy. That's all! 🤓

@bazz1tv bazz1tv added the feat-req feature request label Jun 20, 2020
@bazz1tv
Copy link
Owner

bazz1tv commented Jun 20, 2020

I agree! Plus, I've already implemented such a feature in my fork of bsnes-classic (see screenshot below), so it should be relatively simple to incorporate. Technical details follow.

The Context_Menu class will have to be improved to allow nested navigation, so it can behave like the following:

Screen Shot 2020-06-20 at 4 09 13 AM

@RowanDDR
Copy link
Author

RowanDDR commented Jul 1, 2020

Personally I find it even easier when recent file list appears on the 1st dropdown menu, not nested in a 2nd one, as its a bit fiddely (especially if you're drunk). So in your screenshot, they would appear in the 1st menu underneath the line "Controller Port 2", with a heading "Recent files".

But either way, it would be fab. Just giving my 2 cents.

@bazz1tv
Copy link
Owner

bazz1tv commented Jul 2, 2020

Haha, right. Well that is convenient for me because it would be easier to implement them on the same drop-down. So that makes it easier, thanks!

I'm suggesting to myself how to display the filepath without showing the whole path. This was good inspiration:
Screen Shot 2020-07-01 at 10 19 54 PM

Note in particular how the app handles identical file names but in different folders. It is displayed in a tidy manner.

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

No branches or pull requests

2 participants