-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
So I recently added a feature like this to my svete+electron app and this is something that really makes it nice to use it imo. Basically the idea is:
If you are using electron and you closed the app without closing the project before that, next time you start it, electron remembers your last opened project and utomatically loads it - so you are straight in it without the need to navigate to its folder.
If you close the project and then close the app, when you start it, the next time you start it - you are offered the standard dialog to create/open a project. This also happens if the autoload fails to load the project because it was moved (path changed)
This is kind of something we take for granted in most programming Ides and some other game engines. With vscode or gitkracken for example, when you open it, you are straight back in your project - you dont have to navigate to it.
Additionally nice to have would be a file> recent menu where one can reopen one of the 5 last edited projects