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

Show update spinner by default in dev_build=yes editor builds #88106

Merged

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Feb 8, 2024

This ensures contributors can see when something forces the editor to redraw constantly.

The existing boolean true value will be casted to 1 in the setting, so it'll switch to Enabled automatically if the setting was previously enabled. If the setting is disabled, it'll default to Auto (enabled on dev builds, disabled otherwise).

@Calinou Calinou added this to the 4.x milestone Feb 8, 2024
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like a good idea to me.

@@ -6476,7 +6486,6 @@ EditorNode::EditorNode() {
register_exporters();

EDITOR_DEF("interface/editor/save_on_focus_loss", false);
EDITOR_DEF("interface/editor/show_update_spinner", false);
Copy link
Member

@akien-mga akien-mga Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving this to editor_settings.cpp seems to have added it properly to the docs.

So it seems all these properties may be missing from the docs and should be moved too (in a separate PR).

@Calinou Calinou force-pushed the editor-dev-build-show-update-spinner branch from 206ede0 to 532e73c Compare February 8, 2024 15:31
@Calinou Calinou requested a review from a team as a code owner February 8, 2024 15:31
@Calinou Calinou force-pushed the editor-dev-build-show-update-spinner branch from 532e73c to dafbde4 Compare February 8, 2024 15:32
@akien-mga akien-mga modified the milestones: 4.x, 4.3 Feb 8, 2024
Copy link
Contributor

@Mickeon Mickeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was my suggestion so yeah of course I do agree

editor/editor_settings.cpp Outdated Show resolved Hide resolved
This ensures contributors can see when something forces the
editor to redraw constantly.

The existing boolean `true` value will be casted to `1` in the setting,
so it'll switch to Enabled automatically if the setting was previously
enabled.
@Calinou Calinou force-pushed the editor-dev-build-show-update-spinner branch from dafbde4 to 7e25292 Compare February 9, 2024 23:46
@akien-mga akien-mga merged commit 08b4ddd into godotengine:master Feb 12, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@Calinou Calinou deleted the editor-dev-build-show-update-spinner branch February 12, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants