-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Improve visibility of the Show in File Manager button in the project manager #8875
Comments
The folder icon is a button. |
Huh, you're right. I still feel like it should be a button on the side, to be consistent with other buttons and to just be more obvious. So I'll leave the proposal open |
Yeah that's what I meant. I was thinking maybe there should also be a button for deleting the project files from disk, or maybe it should be part of the existing "delete" button's prompt. Right now you still have to manually go to project folder and delete the files (+ you still have to remove the project from the list afterwards) |
I was just about to log a proposal for this myself as I didn't think there was an option for this either. I'd definitely suggest making that folder icon @KoBeWi pointed out, white instead and maybe even style it further as a button, it does not look interactable, it looks greyed out. |
THE FOLDER ICON IS A BUTTON?????? WHATTTTTT??????? tbh so many things in godot are like this, the workflow actually usually is there it's just not obvious unless you get desperate and start clicking everything even if it does not conceivably look like it's meant to be interactble |
The button was originally made more visible in godotengine/godot#45642, but this border was lost as buttons no longer have borders by default in 4.0 onwards. There was also godotengine/godot#37415 but it was rejected. I guess we can improve this by giving this button a special background color that is always visible on the background here. |
Describe the project you are working on
applies to any project
Describe the problem or limitation you are having in your project
Currently there's no way to easily navigate to the project folder within project manager. It only displays the path, but provides no way to actually opening that folder in file explorer.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add "Open in file manager"/"Show in Explorer" button within the project manager
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
?
If this enhancement will not be used often, can it be worked around with a few lines of script?
probably not?
Is there a reason why this should be core and not an add-on in the asset library?
Because it's ridiculous you can't even copy the displayed path. You have to either OCR it and the paste into file explorer, or open the project, wait for it to load, then click on res folder and "Open in file manager"
The text was updated successfully, but these errors were encountered: