Skip to content

Commit

Permalink
Cleanup and complete TextEdit inspector and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulb23 committed Aug 12, 2021
1 parent ae4dcb8 commit a4606c2
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 217 deletions.
4 changes: 2 additions & 2 deletions doc/classes/CodeEdit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
The tint of text outline of the [CodeEdit].
</theme_item>
<theme_item name="font_readonly_color" data_type="color" type="Color" default="Color(0.88, 0.88, 0.88, 0.5)">
Sets the font [Color] when [member TextEdit.readonly] is enabled.
Sets the font [Color] when [member TextEdit.editable] is disabled.
</theme_item>
<theme_item name="font_selected_color" data_type="color" type="Color" default="Color(0, 0, 0, 1)">
Sets the [Color] of the selected text. [member TextEdit.override_selected_font_color] has to be enabled.
Expand All @@ -669,7 +669,7 @@
The size of the text outline.
</theme_item>
<theme_item name="read_only" data_type="style" type="StyleBox">
Sets the [StyleBox] when [member TextEdit.readonly] is enabled.
Sets the [StyleBox] when [member TextEdit.editable] is disabled.
</theme_item>
<theme_item name="selection_color" data_type="color" type="Color" default="Color(0.49, 0.49, 0.49, 1)">
Sets the highlight [Color] of text selections.
Expand Down
Loading

0 comments on commit a4606c2

Please sign in to comment.