-
-
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
Line index color of empty lines should be white #1015
Comments
In fact, empty lines are the safest lines. 😆 |
tbh this sounds more like a bug. |
@KoBeWi Yes, I also think it's a bug but I made a proposal because I don't want this bug to be fixed and then the color would be changed anyway to another (my suggestion: white) if this proposal will be accepted. |
See also: godotengine/godot#20418. |
Having three different line number colors might start looking like Christmas 🙂 I think it'd be better to always mark blank/comment lines as safe instead. |
These are already marked safe in 4.0 |
Describe the project you are working on:
Describe the problem or limitation you are having in your project:
Empty lines aren't unsafe lines but they aren't real safe lines, they're just empty. The line index color is sometimes green (safe) and sometimes gray (unsafe). I couldn't find what it depends on.
Describe the feature / enhancement and how it helps to overcome the problem or limitation:
Empty lines/ lines with spaces/ lines with indentations should have the line index color white.
Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:
1 extends Node
2
3 var test
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?:
I don't have experience with add-ons.
The text was updated successfully, but these errors were encountered: