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

Add feedback for saving files #771

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NotArme
Copy link
Contributor

@NotArme NotArme commented Mar 9, 2025

Changes

  • Attempting to "Save" before a path is set will now correctly be treated the same as "Save as..."

  • When not able to save a project file, a popup window will now be shown with the error given by the godot engine
    Examples:
    Attempting to save to a directory with no write permission:
    image
    (Godot will sadly interpret an error as simply "can't open file" without further information on most cases)
    Attempting to save to a full drive:
    Screenshot 2025-03-08 223151

  • Succesfully saving will now prompt a message on the status bar

  • Additionally, a priority system was added to the status bar, to allow important messages not to get immediately overrriden.
    image

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

Successfully merging this pull request may close these issues.

1 participant