summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlooth <bunchofslooths@gmail.com>2020-07-03 06:44:34 -0500
committerSlooth <bunchofslooths@gmail.com>2020-07-03 06:44:34 -0500
commitb2471edf45dfc28adc0f47a7a2c30a5c0f240390 (patch)
treef1eef9f51a225112b909d640971d8d0ab633281f
parent8ff99d2a8e75bb99ec8ba99fb0774e221d4d096a (diff)
Update TextEdit select and select_all methods
-rw-r--r--doc/classes/TextEdit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index d72d684ebc..294fafeb13 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -335,6 +335,7 @@
</argument>
<description>
Perform selection, from line/column to line/column.
+ If [member selecting_enabled] is [code]false[/code], no selection will occur.
</description>
</method>
<method name="select_all">
@@ -342,6 +343,7 @@
</return>
<description>
Select all the text.
+ If [member selecting_enabled] is [code]false[/code], no selection will occur.
</description>
</method>
<method name="set_line">