You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using GDScript and I'm using both Godot editor and vscode to write code.
Describe the problem or limitation you are having in your project
Error lines are quite difficult to see in Godot's code minimap. In vscode errors are highlighted so that it is easy to see where the errors are and to jump to the error location using the minmap.
This is how vscode looks:
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Drawing the error lines in the minimap with a brighter color would make the error lines more easily seen.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If the line's background color is something else than the default background color, let's use alpha 1.0 instead of multiplying the alpha by 0.6 as is done with normal lines.
A new editor setting is added: Text Editor / Appearance / Minimap / Highlight Errors. Default value would be true as I believe that most users would like to see errors highlighted. If this setting is changed to false, error are not highlighted and they would look as they look currently.
The next picture shows the current minimap with default and light themes, then a minimap with highlighted errors with the same themes.
If this enhancement is approved, I can implement this.
If this enhancement will not be used often, can it be worked around with a few lines of script?
N/A.
Is there a reason why this should be core and not an add-on in the asset library?
This cannot be done with an add-on.
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
I'm using GDScript and I'm using both Godot editor and vscode to write code.
Describe the problem or limitation you are having in your project
Error lines are quite difficult to see in Godot's code minimap. In vscode errors are highlighted so that it is easy to see where the errors are and to jump to the error location using the minmap.
This is how vscode looks:
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Drawing the error lines in the minimap with a brighter color would make the error lines more easily seen.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If the line's background color is something else than the default background color, let's use alpha 1.0 instead of multiplying the alpha by 0.6 as is done with normal lines.
A new editor setting is added: Text Editor / Appearance / Minimap / Highlight Errors. Default value would be true as I believe that most users would like to see errors highlighted. If this setting is changed to false, error are not highlighted and they would look as they look currently.
The next picture shows the current minimap with default and light themes, then a minimap with highlighted errors with the same themes.
If this enhancement is approved, I can implement this.
If this enhancement will not be used often, can it be worked around with a few lines of script?
N/A.
Is there a reason why this should be core and not an add-on in the asset library?
This cannot be done with an add-on.
The text was updated successfully, but these errors were encountered: