summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.h
diff options
context:
space:
mode:
authorZi Ye <major.mcdoom@gmail.com>2024-02-17 20:16:58 -0600
committerZi Ye <major.mcdoom@gmail.com>2024-02-21 17:33:16 -0600
commit9281c441f6138f2205071a89e4f5070bc918fdff (patch)
treecaebdc0e757f1ec26e253e09701fae3e4b65ad6f /editor/plugins/text_editor.h
parent16d61427cab3a8e43f0a9a8ee724fc176b6433c6 (diff)
downloadredot-engine-9281c441f6138f2205071a89e4f5070bc918fdff.tar.gz
Improved text editor status bar and zooming UX.
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r--editor/plugins/text_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h
index a4ec2d882b..38dca9eb28 100644
--- a/editor/plugins/text_editor.h
+++ b/editor/plugins/text_editor.h
@@ -152,6 +152,7 @@ public:
virtual void validate() override;
virtual Control *get_base_editor() const override;
+ virtual CodeTextEditor *get_code_editor() const override;
static void register_editor();