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

Persist the default project path depending on the location where a project was last created #1312

Open
louiidev opened this issue Aug 5, 2020 · 5 comments

Comments

@louiidev
Copy link

louiidev commented Aug 5, 2020

Describe the project you are working on: N/A

Describe the problem or limitation you are having in your project: When creating a new project it doesn't suggest the last place I had a project e.g: C:/Users/Louis/Desktop/Godot/

Describe the feature / enhancement and how it helps to overcome the problem or limitation:
When the user creates a new project is suggests putting that new project inside the folder of where you last had a project.

last: C:/Users/Louis/Desktop/Godot/ProjectA
suggested: C:/Users/Louis/Desktop/Godot/ProjectB

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:

  1. Check if the user has a previous godot project
  2. if so suggest that parent folder as the new location for your project with the project name as the folder container
  3. else use the default path

If this enhancement will not be used often, can it be worked around with a few lines of script?: Not sure

Is there a reason why this should be core and not an add-on in the asset library?: It seems like a lot of programs and other game engines work this way and it's a lot more convenient

Search hints: remember last project folder, directory

@KoBeWi
Copy link
Member

KoBeWi commented Aug 5, 2020

There is a default project path in Editor Setttings. If setting it manually is a problem we could add a checkbox when creating project to set current path as default.

@louiidev
Copy link
Author

louiidev commented Aug 6, 2020

Editor Setttings. If setting it manually is a problem we could add a checkbox when creating project to set current path as default.

Yeah I guess part of my problem is there's no way to do it from the editor when you're creating a new project

@Calinou Calinou changed the title When creating a new project the default path should be the same as the parent of your last project Persist the default project path depending on the location where a project was las created Sep 1, 2021
@Calinou Calinou changed the title Persist the default project path depending on the location where a project was las created Persist the default project path depending on the location where a project was last created Sep 1, 2021
@Zireael07
Copy link

Ooo. I was sure it was already requested when I saw the discussion yesterday but somehow my search fu failed.

Can someone edit the proposal title to have the word 'folder' and/or 'remember'?

@YuriSizov
Copy link
Contributor

Can someone edit the proposal title to have the word 'folder' and/or 'remember'?

I've edited the OP instead, it should still work for searches. I couldn't find a way to fit "remember" in there without making it less technically correct.

@passivestar
Copy link

Never realized that I can change the default project path because it doesn't make sense that this setting wouldn't be accessible through the project manager itself, it's practically undiscoverable. I like this proposal because a lot of other software remembers the last path and it greatly improves usability without requiring users to manually change any editor setting

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

6 participants