Browse Source

Merge pull request #40086 from slooths/doc-update-select-methods

Update TextEdit select and select_all method descriptions
Rémi Verschelde 5 years ago
parent
commit
54ce2e9820
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/classes/TextEdit.xml

+ 2 - 0
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">