summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorSlooth <bunchofslooths@gmail.com>2020-07-03 06:24:40 -0500
committerSlooth <bunchofslooths@gmail.com>2020-07-03 06:24:40 -0500
commitbc1ea1cbad08502233ea0e79c137be54ed4f31d0 (patch)
tree1e2747ff8b5cdabed52bcc98405394e774cf8a15 /doc/classes
parenta6f1714612404f62c67035d155a38e7cb04f352e (diff)
Add documentation for selecting_enabled
Diffstat (limited to 'doc/classes')
-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 643da891a1..4bdab50b0f 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -456,6 +456,8 @@
The current vertical scroll value.
</member>
<member name="selecting_enabled" type="bool" setter="set_selecting_enabled" getter="is_selecting_enabled" default="true">
+ 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.
</member>
<member name="shortcut_keys_enabled" type="bool" setter="set_shortcut_keys_enabled" getter="is_shortcut_keys_enabled" default="true">
If [code]true[/code], shortcut keys for context menu items are enabled, even if the context menu is disabled.