summaryrefslogtreecommitdiff
path: root/editor/plugins/text_editor.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-16 23:06:01 +0200
committerGitHub <noreply@github.com>2021-05-16 23:06:01 +0200
commit37c3b332538c81ef02c8e5b8d1be979b78d1aaa4 (patch)
treebf76c1bd73e13b9c49e68e596e3cbe229ab066f7 /editor/plugins/text_editor.h
parent2dadcde361d4f9e62f24a2cb9cb334b09b25bbcd (diff)
parent2b30728ebf266956ebe2d6e3b26d0eb4a729d25a (diff)
Merge pull request #48605 from sent44/scripteditor_get_codeedit
Add `get_base_editor` to `ScriptEditorBase`
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r--editor/plugins/text_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h
index c066d51b18..abb75cc9d8 100644
--- a/editor/plugins/text_editor.h
+++ b/editor/plugins/text_editor.h
@@ -142,6 +142,8 @@ public:
virtual void validate() override;
+ virtual Control *get_base_editor() const override;
+
static void register_editor();
TextEditor();