From bc1ea1cbad08502233ea0e79c137be54ed4f31d0 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 --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 643da891a16..4bdab50b0f4 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -456,6 +456,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.