From 2b30728ebf266956ebe2d6e3b26d0eb4a729d25a Mon Sep 17 00:00:00 2001 From: sent44 Date: Fri, 14 May 2021 02:50:25 +0700 Subject: Add get_base_editor to ScriptEditorBase --- doc/classes/ScriptEditorBase.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ScriptEditorBase.xml b/doc/classes/ScriptEditorBase.xml index ee498de302..e5c4c32450 100644 --- a/doc/classes/ScriptEditorBase.xml +++ b/doc/classes/ScriptEditorBase.xml @@ -18,6 +18,13 @@ Adds a [EditorSyntaxHighlighter] to the open script. + + + + + Returns the underlying [Control] used for editing scripts. This can be either [CodeEdit] (for text scripts) or [GraphEdit] (for visual scripts). + + -- cgit v1.2.3