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

Some UX notes about creating project folder #10567

Closed
Zylann opened this issue Aug 22, 2017 · 5 comments · Fixed by #33091
Closed

Some UX notes about creating project folder #10567

Zylann opened this issue Aug 22, 2017 · 5 comments · Fixed by #33091

Comments

@Zylann
Copy link
Contributor

Zylann commented Aug 22, 2017

Godot 3.0 master
Windows 10 64 bits

I went through a bit of confusion while trying to create a project:

  1. Open project manager
  2. Create new project
  3. Click "Browse" to pick a folder
  4. On Windows, it opens by default in C:/Users/name, I want it to be in D:/something/uuhSomething/IDontRemember, so I try to click "/..", but it doesn't do anything, unlike any file explorer on Windows.
  5. I decide to edit the path just to show the files in D:/ then:

image

At this point, the file list doesn't update, so I intuitively think that pressing "Enter" in the field would update the list...
Wrong! The dialog closes and the project ends up being created in D:/ while i didn't finish to find my folder.

Then I noticed that small drop down, which does what I wanted:
image

When I think about it, I understand the top URL textbox is the prompted directory and pressing enter will choose it, but for some reason I thought of it like a URL only used to show the file list below, like any other file explorer and browsers, and I thought the actual input field was the one at the bottom.

image

That one is completely useless when looking for a folder.

Wouldn't it be more consistent if the top path was only "where you are" with no "Enter closes dialog", and the bottom path was the actual folder you want to choose/create?

@Zylann Zylann changed the title Editing project directory doesn't update file list and creates project right-away Some UX notes about creating project folder Aug 22, 2017
@27thLiz 27thLiz added this to the 3.1 milestone Aug 24, 2017
@akien-mga
Copy link
Member

Is this still relevant in the current master branch?

@akien-mga
Copy link
Member

Seems partly fixed, . and .. are now hidden and there's a arrow button to go to parent folder.

The drive selector could probably go to the left of the path instead of the right, to be clearer.

The "File:" LineEdit is still there and not used.

@akien-mga akien-mga removed this from the 3.1 milestone Jan 9, 2019
@volzhs
Copy link
Member

volzhs commented Jan 9, 2019

i don't have a issue on ubuntu.
is it for windows only?

@Zylann
Copy link
Contributor Author

Zylann commented Jan 9, 2019

@volzhs this issue has some Windows-specific details, but others are about the GUI itself.

@KoBeWi
Copy link
Member

KoBeWi commented Oct 13, 2019

The steps provided at the beginning now behave correctly. When you write a different drive letter and press Enter, it correctly goes there.

So only this is left:

The drive selector could probably go to the left of the path instead of the right, to be clearer.
The "File:" LineEdit is still there and not used.

(like Akien said actually)

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.

5 participants