summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2021-11-02 00:00:38 +0100
committerGitHub <noreply@github.com>2021-11-02 00:00:38 +0100
commit795cd2eb38626970e7487fcc0686b33c19fd6ab5 (patch)
tree84166ca907363cd1d8b8ec503cfe98e431909df4 /doc/classes
parent7b83039885d2d3051726f93760d3f8f2a617b8f2 (diff)
parentce47ce8efba7d17c96ff7cc308c1cdbaa3965143 (diff)
Merge pull request #35816 from touilleMan/dictionary-operator==-true-comparison
Modify Array/Dictionary::operator== to do real key/value comparison
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/CodeEdit.xml1
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>