From aacbdebda3081438bf58e0917ca9e4fbade97ed2 Mon Sep 17 00:00:00 2001 From: Slooth Date: Fri, 3 Jul 2020 03:03:56 -0500 Subject: [PATCH] Add documentation for shortcut_keys_enabled (cherry picked from commit d838282191bd05ead81b696c69bc27d434d65988) --- doc/classes/TextEdit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index dcba728c5ed..c7cd0890533 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -458,6 +458,7 @@ + If [code]true[/code], shortcut keys for context menu items are enabled, even if the context menu is disabled. If [code]true[/code], line numbers are displayed to the left of the text.