Merge pull request #105724 from dugramen/recovery/split-commit

Add inline color pickers to script editor
This commit is contained in:
Thaddeus Crews
2025-05-14 09:44:16 -05:00
8 changed files with 458 additions and 5 deletions
+3
View File
@@ -1224,6 +1224,9 @@
<member name="text_editor/appearance/caret/type" type="int" setter="" getter="">
The shape of the caret to use in the script editor. [b]Line[/b] displays a vertical line to the left of the current character, whereas [b]Block[/b] displays an outline over the current character.
</member>
<member name="text_editor/appearance/enable_inline_color_picker" type="bool" setter="" getter="">
If [code]true[/code], displays a colored button before any [Color] constructor in the script editor. Clicking on them allows the color to be modified through a color picker.
</member>
<member name="text_editor/appearance/guidelines/line_length_guideline_hard_column" type="int" setter="" getter="">
The column at which to display a subtle line as a line length guideline for scripts. This should generally be greater than [member text_editor/appearance/guidelines/line_length_guideline_soft_column].
</member>