Greeter UI - #312
Open
nblackburn wants to merge 54 commits into
Open
Conversation
first version is limited to just showing addon and formatter versions
nblackburn
commented
Jul 29, 2026
|
|
||
|
|
||
| func is_formatter_installed_locally() -> bool: | ||
| var binary_name := "gdscript-formatter" |
Author
There was a problem hiding this comment.
This repeating logic was cleaned up into it's own method.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements:
Related issue (if applicable): #107
What kind of change does this PR introduce?
A new greeter UI which is shown when the addon is enabled. This provides access to the addon and formatter verions as well as quick access to key settings and useful resources like the documentation and issue tracker.
Does this PR introduce a breaking change?
No, it builds on top of what is already present.
New feature or change
What is the current behavior?
When the addon is enabled, no UI is shown.
What is the new behavior?
When the addon is enabled, a new greeter UI is shown.
Other information
Screenshots
Closes #107