From c29da0e2fe86ae0e9656df468d44c3884d3cc9ff Mon Sep 17 00:00:00 2001 From: Slooth Date: Fri, 3 Jul 2020 06:44:34 -0500 Subject: [PATCH] Update TextEdit select and select_all methods (cherry picked from commit b2471edf45dfc28adc0f47a7a2c30a5c0f240390) --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 604370d5539..3afc594feb0 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -335,6 +335,7 @@ Perform selection, from line/column to line/column. + If [member selecting_enabled] is [code]false[/code], no selection will occur. @@ -342,6 +343,7 @@ Select all the text. + If [member selecting_enabled] is [code]false[/code], no selection will occur.