Replies: 1 comment
-
Converted to a discussion as this doesn't contain any practical details or ideas for how to improve things |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the project you are working on
Not important
Describe the problem or limitation you are having in your project
Changing colors to create a custom configuration for the script editor (and godot editor) can take you 3 hours due to the time it takes for godot to apply and load color configurations.
Simply try changing the background color of the script editor, 6 seconds later the new selected color will be applied.
Would it be possible to optimize this to make everything work a little faster?
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Optimized the code that loads and applies color settings for godot editors.
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?
No
Is there a reason why this should be core and not an add-on in the asset library?
...
Beta Was this translation helpful? Give feedback.
All reactions