diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2021-09-26 11:40:22 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2021-10-30 13:19:46 +0200 |
commit | ce47ce8efba7d17c96ff7cc308c1cdbaa3965143 (patch) | |
tree | 59728437f13aec2625ef0496374e94b2e30a1f17 /doc/classes | |
parent | f9ba2efe1e60fa919b0efe70994416149b54ee26 (diff) |
Correct CodeEdit documentation mentioning parent property due to incorrect array comparison
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index bd1f3af436..bb1a4a79f0 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -494,7 +494,6 @@ <member name="line_length_guidelines" type="int[]" setter="set_line_length_guidelines" getter="get_line_length_guidelines" default="[]"> Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently </member> - <member name="structured_text_bidi_override_options" type="Array" setter="set_structured_text_bidi_override_options" getter="get_structured_text_bidi_override_options" override="true" default="[]" /> <member name="symbol_lookup_on_click" type="bool" setter="set_symbol_lookup_on_click_enabled" getter="is_symbol_lookup_on_click_enabled" default="false"> Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted. </member> |