From 62677d7da1db8af78cf77339e64f1c5977aee6ef Mon Sep 17 00:00:00 2001 From: Slooth Date: Fri, 3 Jul 2020 06:24:40 -0500 Subject: [PATCH] Add documentation for selecting_enabled (cherry picked from commit bc1ea1cbad08502233ea0e79c137be54ed4f31d0) --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index c7e4b804c8c..604370d5539 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -457,6 +457,8 @@ The current vertical scroll value. + If [code]true[/code], text can be selected. + If [code]false[/code], text can not be selected by the user or by the [method select] or [method select_all] methods. If [code]true[/code], shortcut keys for context menu items are enabled, even if the context menu is disabled.