|
@@ -382,12 +382,12 @@
|
|
|
<member name="context_menu_enabled" type="bool" setter="set_context_menu_enabled" getter="is_context_menu_enabled">
|
|
|
If [code]true[/code], a right click displays the context menu.
|
|
|
</member>
|
|
|
- <member name="draw_tabs" type="bool" setter="set_draw_tabs" getter="is_drawing_tabs">
|
|
|
- If [code]true[/code], the "tab" character will have a visible representation.
|
|
|
- </member>
|
|
|
<member name="draw_spaces" type="bool" setter="set_draw_spaces" getter="is_drawing_spaces">
|
|
|
If [code]true[/code], the "space" character will have a visible representation.
|
|
|
</member>
|
|
|
+ <member name="draw_tabs" type="bool" setter="set_draw_tabs" getter="is_drawing_tabs">
|
|
|
+ If [code]true[/code], the "tab" character will have a visible representation.
|
|
|
+ </member>
|
|
|
<member name="fold_gutter" type="bool" setter="set_fold_gutter_enabled" getter="is_fold_gutter_enabled">
|
|
|
If [code]true[/code], the fold gutter is visible. This enables folding groups of indented lines.
|
|
|
</member>
|
|
@@ -497,6 +497,8 @@
|
|
|
<theme_items>
|
|
|
<theme_item name="background_color" type="Color">
|
|
|
</theme_item>
|
|
|
+ <theme_item name="bookmark_color" type="Color">
|
|
|
+ </theme_item>
|
|
|
<theme_item name="brace_mismatch_color" type="Color">
|
|
|
</theme_item>
|
|
|
<theme_item name="breakpoint_color" type="Color">
|
|
@@ -561,6 +563,8 @@
|
|
|
</theme_item>
|
|
|
<theme_item name="selection_color" type="Color">
|
|
|
</theme_item>
|
|
|
+ <theme_item name="space" type="Texture">
|
|
|
+ </theme_item>
|
|
|
<theme_item name="symbol_color" type="Color">
|
|
|
</theme_item>
|
|
|
<theme_item name="tab" type="Texture">
|