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
The context is not really important here, but i am working on a 2D rogue-like.
Describe the problem or limitation you are having in your project
After a long day of working differentiating between the different code elements can be straining for the eyes even with a readable font and color choices.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
In Editor Settings/Text Editor/Theme you could have checkboxes to the side of the color selection for bold, italic and underlined.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
It would work alongside the coloring of the different keywords in the default editor. For example comments would be italic as well and would make it more distinguishable.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I do not think this could be solved with an editor plugin but if it is solvable, i would be more than happy to do it myself if someone could point me in the right direction.
Is there a reason why this should be core and not an add-on in the asset library?
This is about the default editor.
The text was updated successfully, but these errors were encountered:
Just a quick question after reading through #1781:
This may be quite a dumb question, because i haven't read through the source code....
If I understand correctly a syntax highlighter in the ScriptEditor is telling the ScriptEditor in which color to display the different keywords. This color doesn't need to be saved it gets applied dynamically, I personally don't see anything getting in way of the same procedure with different font styles. So how is this color getting applied? I am thinking about loading multiple fonts and applying them like we apply the font color.
Describe the project you are working on
The context is not really important here, but i am working on a 2D rogue-like.
Describe the problem or limitation you are having in your project
After a long day of working differentiating between the different code elements can be straining for the eyes even with a readable font and color choices.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
In Editor Settings/Text Editor/Theme you could have checkboxes to the side of the color selection for bold, italic and underlined.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
It would work alongside the coloring of the different keywords in the default editor. For example comments would be italic as well and would make it more distinguishable.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I do not think this could be solved with an editor plugin but if it is solvable, i would be more than happy to do it myself if someone could point me in the right direction.
Is there a reason why this should be core and not an add-on in the asset library?
This is about the default editor.
The text was updated successfully, but these errors were encountered: